ApplicationServer

Configuration for a J2EE-compliant appserver.

Inherits from type ServerComponent and adds the following.


 

Attributes Summary

id A server can be assigned a unique identifier.
applicationClassLoaderPolicy Defines whether there is a single classloader (SINGLE) for allapplications or a classloader per application (MULTIPLE).
applicationClassLoadingMode Defines the classloading mode when the applicationClassLoadingPolicy is SINGLE only.
locationServiceDaemon  
/applicationServerServices Application server-scoped services.
classloaders  

 

Attribute Details


id

A server can be assigned a unique identifier.

Data type:   Long
Default value:   -1



applicationClassLoaderPolicy

Defines whether there is a single classloader (SINGLE) for allapplications or a classloader per application (MULTIPLE).
data type: 
Default value:   MULTIPLE



applicationClassLoadingMode

Defines the classloading mode when the applicationClassLoadingPolicy is SINGLE only.
data type: 
Default value:   PARENT_FIRST



locationServiceDaemon

 

Data type:  



/applicationServerServices

Application server-scoped services. DERIVED: See services collection inherited from Container superclass.

Data type:  Service



classloaders

 

Data type:  Classloader