JMX MBean View

Name Domain jboss.web
type Engine
Java Class org.apache.commons.modeler.BaseModelMBean
Description Standard Engine Component

Back to Agent ViewRefresh MBean View

Attribute Name (Access)
Type
Description
Attribute Value
baseDir (RW)
java.lang.String
Base dir for this engine, typically same as catalina.base system property
debug (RW)
int
The debugging detail level for this component
defaultHost (RW)
java.lang.String
Name of the default Host for this Engine
jvmRoute (RW)
java.lang.String
Route used for load balancing
managedResource (RW)
java.lang.Object
The managed resource this MBean is associated with
modelerType (RW)
java.lang.String
Type of the modeled resource. Can be set only once
name (RW)
java.lang.String
Unique name of this Engine
realm (RW)
org.apache.catalina.Realm
Associated realm.
valveObjectNames (R)
[Ljavax.management.ObjectName;
ObjectNames for the valves associated with this container
jboss.web:type=Valve,name=StandardEngineValve

Operation Name
Return Type
Description
Parameters
addChild
void
Add a virtual host
child
org.apache.catalina.Container
Host object
start
void
Start
stop
void
Stop