InfoCenter Home >
6: Administer applications >
6.6: Tools and resources quick reference >
6.6.15: Administering custom services (overview) >
6.6.15.0: Properties of custom services
6.6.15.0: Properties of custom services
Key:
Applies to Java administrative console of Advanced Edition Version 4.0
Applies to Web administrative console of Advanced Single Server Edition Version 4.0
Applies to Application Client Resource Configuration Tool
-
Classname
- The classname of the service implementation. The class must implement the Services API of the product.
-
Classpath
- Classpath for locating the ZIP and JAR files that contain the classes implementing this service
-
Configuration File URL
or External Config URL
- The URL of a custom service configuration file
Each application server has a separate file containing the configuration properties for its custom service.
Different application servers can run with the same custom service, but with different custom service configuration
values. Specify the URL for an external file containing addition custom service configuration data that could
be more complex than simple name-value config properties.
-
Custom Properties
or Dynamic Properties
- Name-value pairs that will be passed to the init() method of the service
-
Description
- An optional description for the custom service
-
Display Name
or Name
- A logical name for the service
-
Enable
or Enabled
- Whether the server will attempt to start and initialize the specified service
-
External Config URL
- See Configuration File URL
-
Name
- See Display Name
See also the other application server properties.
|
|