Name

service

XMS Management Service — Provides web based management of server resources

<service class="xms.management.XMSManagementService" />

Table 79. Attributes for service tag (for xms.management.XMSManagementService)

NameDescriptionTypeDefault ValueRequired
addressThe local address to listen for connectionsInetAddress A valid IP address (or hostname, which will be resolved on server startup). Use * to bind all addresses.localhostno
allowedList of groups allowed to use admin serviceString any character combinationnoneno
authenticatorName of authenticator to authenticate toAuthenticator Name of a Authenticator as defined in XMSAuthenticationServicedefaultno
defaultTemplatePathDefault Template PathString any character combinationnoneno
portThe local port to listen for connectionsint any integer8025no

Service Dependencies

This tag depends on the following services (or a service that extends or implements these classes)

Example 71. Example configuration for XMS Management Service

Required attributes are marked with a bold typeface

<service class="xms.management.XMSManagementService"
      address="address"
      allowed="allowed"
      authenticator="authenticator"
      defaultTemplatePath="defaultTemplatePath"
      port="port" />