service
XMS Management Service — Provides web based management of server resources<service class="xms.management.XMSManagementService" … />
Table 88. Attributes for service tag (for xms.management.XMSManagementService)
| Name | Description | Type | Default Value | Required |
|---|---|---|---|---|
| address | The local address to listen for connections | InetAddress A valid IP address (or hostname, which will be resolved on server startup). Use * to bind all addresses. | localhost | no |
| allowed | List of groups allowed to use admin service | String any character combination | none | no |
| authenticator | Name of authenticator to authenticate to | Authenticator Name of a Authenticator as defined in XMSAuthenticationService | default | no |
| defaultTemplatePath | Default Template Path | String any character combination | none | no |
| port | The local port to listen for connections | int any integer | 8025 | no |
This tag depends on the following services (or a service that extends or implements these classes)