Domain Partition Application Deployment: Administration: General Settings
Use this page to view and configure basic information about this Coherence Archive.
Configuration Options
Name Description Application Name The name of this application deployment.
Deployment Order An integer value that indicates when this unit is deployed, relative to other deployable units on a server, during startup.
Units with lower values are deployed before those with higher values.
MBean Attribute:
AppDeploymentMBean.DeploymentOrder
Changes take effect after you redeploy the module or restart the server.
Deployment Principal Name A string value that indicates the principal that should be used when deploying the file or archive during startup and shutdown. This principal will be used to set the current subject when calling out into application code for interfaces such as ApplicationLifecycleListener. If no principal name is specified, then the anonymous principal will be used.
MBean Attribute:
BasicDeploymentMBean.DeploymentPrincipalName
Changes take effect after you redeploy the module or restart the server.
Cache Configuration Reference The Coherence cache configuration parameters that have been defined for this Coherence Archive.
POF Configuration Reference The Coherence POF configuration parameters that have been defined for this Coherence Archive.
Cache Factory Class Name The class that implements ConfigurableCacheFactory.
Application Lifecycle Listener Class Name The class that implements ApplicationLifecycleListener.