Use this page to configure a service that runs in an application server.
Specifies whether the server attempts to start and initialize the service when its containing process (the server) starts. By default, the service is not enabled when its containing process starts.
Data type | Boolean |
Default | false |
Specifies the URL for a custom service configuration file.
If your custom services class requires a configuration file, specify the fully-qualified path name to that configuration file for the value. This file name is passed into your custom service class.
Data type | String |
Units | URL |
Specifies the class name of the service implementation. This class must implement the Custom Service interface.
Data type | String |
Units | Java™ class name |
Specifies the name of the service.
Data type | String |
Describes the custom service.
Data type | String |
Specifies the class path used to locate the classes and JAR files for this service.
Data type | String |
Units | Class path |