Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-jmx/src/main/resources/org/eclipse/jetty/webapp/management/WebAppContext-mbean.properties')
-rw-r--r--jetty-jmx/src/main/resources/org/eclipse/jetty/webapp/management/WebAppContext-mbean.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/jetty-jmx/src/main/resources/org/eclipse/jetty/webapp/management/WebAppContext-mbean.properties b/jetty-jmx/src/main/resources/org/eclipse/jetty/webapp/management/WebAppContext-mbean.properties
new file mode 100644
index 0000000000..5a09672bff
--- /dev/null
+++ b/jetty-jmx/src/main/resources/org/eclipse/jetty/webapp/management/WebAppContext-mbean.properties
@@ -0,0 +1,14 @@
+WebAppContext: Web Application ContextHandler
+configurationClasses: Array of names of configuration classes
+defaultsDescriptor: Default web.xml descriptor applied before standard web.xml
+overrideDescriptor: Override web.xml descriptor applied after standard web.xml
+serverClasses: Classes and packages hidden by the context classloader
+systemClasses: Classes and packages given priority by context classloader
+war: WAR file location
+distributable: Is the web application distributable
+extractWAR: Is the war file extraced on deploy
+copyWebDir: Is the web application directory copied on deploy
+parentLoaderPriority: Is the parent classloader given priority
+descriptor: The standard web.xml descriptor
+extraClasspath: Extra classpath for the context classloader
+tempDirectory: Temporary directory location \ No newline at end of file

Back to the top