alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Jetty example source code file (ContextHandler-mbean.properties)

This example Jetty source code file (ContextHandler-mbean.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Jetty tags/keywords

context, context, display, false, mbean:action, mbean:action, ro, set, set, the, the, true, uri, virtual

The Jetty ContextHandler-mbean.properties source code

ContextHandler: URI Context
contextPath: URI prefix of context
welcomeFiles: Partial URIs of directory welcome files
displayName: RO: Display name of the Context
virtualHosts: Virtual hosts accepted by the context
connectorNames: Names and ports of accepted connectors
contextAttributes: RO:MBean: Map of context attributes
setContextAttribute(java.lang.String,java.lang.Object): MBean:ACTION: Set context attribute
setContextAttribute(java.lang.String,java.lang.Object)[0]: name: The attribute name
setContextAttribute(java.lang.String,java.lang.Object)[1]: value: The attribute value
setContextAttribute(java.lang.String,java.lang.String): MBean:ACTION: Set context attribute
setContextAttribute(java.lang.String,java.lang.String)[0]: name: The attribute name
setContextAttribute(java.lang.String,java.lang.String)[1]: value: The attribute value
removeContextAttribute(java.lang.String): MBean:ACTION: remove context attribute
removeContextAttribute(java.lang.String)[0]: name: The attribute name
resourceBase: Document root for the context
initParams: Initial Parameter map for the context
shutdown: False if this context is accepting new requests. True for graceful shutdown, which allows existing requests to complete

Other Jetty examples (source code examples)

Here is a short list of links related to this Jetty ContextHandler-mbean.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.