remove old mbean files
This commit is contained in:
parent
4de94e00d5
commit
80608f386c
|
@ -1,9 +0,0 @@
|
|||
ContextDeployer: Deployer for runtime deploy/undeploy of webapps
|
||||
contexts: MObject: The ContextHandlerCollection to which the deployer deploys
|
||||
scanInterval: Object: The interval in seconds between scans of the deploy directory
|
||||
configurationDir: Object:RO: The deploy directory
|
||||
setConfigurationDir(java.lang.String):ACTION:Set the deploy directory
|
||||
setConfigurationDir(java.lang.String)[0]:dir:The directory
|
||||
setConfigurationDir(java.io.File):ACTION:Set the deploy directory
|
||||
setConfigurationDir(java.io.File)[0]:file:The directory
|
||||
configurationManager: MObject:Source of property values for property name resolution in deployed config file
|
|
@ -1,10 +0,0 @@
|
|||
DeploymentManager: Deployment Manager
|
||||
nodes:MBean: App LifeCycle Nodes
|
||||
apps:MBean: Deployed Apps
|
||||
contexts:MMBean: Deployed Contexts
|
||||
appProviders:MMBean: Application Providers
|
||||
getApps(java.lang.String):MBean:ACTION: List apps that are located at specified App LifeCycle node
|
||||
getApps(java.lang.String)[0]:nodeName: Name of the App LifeCycle node
|
||||
requestAppGoal(java.lang.String,java.lang.String):ACTION: Request the app to be moved to the specified App LifeCycle node
|
||||
requestAppGoal(java.lang.String,java.lang.String)[0]:appId:App identifier
|
||||
requestAppGoal(java.lang.String,java.lang.String)[1]:nodeName:Name of the App LifeCycle node
|
|
@ -1,14 +0,0 @@
|
|||
WebAppDeployer: Deployer for startup deployment of webapps
|
||||
contexts: MObject: The ContextHandlerCollection to which the deployer deploys
|
||||
allowDuplicates: Object:RO: Whether or not duplicate deployments are allowed
|
||||
setAllowDuplicates(boolean):ACTION: Whether or not duplicate deployments are allowed
|
||||
setAllowDuplicates(boolean)[0]:allowDuplicates: True allows duplicate webapps to be deployed while false does not
|
||||
defaultsDescriptor: Object: The webdefault.xml descriptor to use for all webapps deployed by the deployer
|
||||
configurationClasses: Object: The set of configuration classes to apply to the deployment of each webapp
|
||||
webAppDir: Object: The directory where the webapps are to be found to deploy
|
||||
extract: Object:RO: Whether or not to extract war files on deployment
|
||||
setExtract(boolean):ACTION:Set whether or not to extract war files
|
||||
setExtract(boolean)[0]:extract: True will extract war files while false will not
|
||||
parentLoaderPriority: Object:RO: Whether to use j2se classloading order or servlet spec classloading order
|
||||
setParentLoaderPriority(boolean):ACTION: Set which classloading paradigm to use
|
||||
setParentLoaderPriority(boolean)[0]:parentPriorityClassLoading: True uses j2se classloading order while false uses servlet spec order
|
|
@ -1 +0,0 @@
|
|||
ContextProvider: Context AppProvider for Deployment manager
|
|
@ -1,4 +0,0 @@
|
|||
ScanningAppProvider: Scanning AppProvider for Deployment manager
|
||||
monitoredDirName: The directory to monitor for new Apps
|
||||
scanInterval: The scan interval in seconds
|
||||
recursive: Look in subdirectories
|
|
@ -1,7 +0,0 @@
|
|||
WebAppProvider: Web application AppProvider for Deployment manager
|
||||
extractWars: Extract WAR files to temporary directory
|
||||
parentLoaderPriority: ClassLoaders give priority to classes from parent loader
|
||||
defaultsDescriptor: The default descriptor applied before any web.xml
|
||||
contextXmlDir: The directory of context.xml files
|
||||
configurationClasses: The configuration classes to apply
|
||||
tempDir: The temporary directory to use
|
Loading…
Reference in New Issue