Name

service

XMS Debug Service — Runs a debug server on port 8023 that you can telnet to

<service class="xms.management.debug.XMSDebugService" />

Table 83. Attributes for service tag (for xms.management.debug.XMSDebugService)

NameDescriptionTypeDefault ValueRequired
portThe local port to listen for connections.int value between 1 and 655358023no

Service Dependencies

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

Example 73. Example configuration for XMS Debug Service

Required attributes are marked with a bold typeface

<service class="xms.management.debug.XMSDebugService"
      port="port" />