JMX MBean View

647c07faf5bd

Thu Apr 18 22:05:40 UTC 2024
 
NameDomainjboss.web
typeHost
hostlocalhost
Java Classorg.apache.tomcat.util.modeler.BaseModelMBean
DescriptionStandard Host Component

Attribute Name Access Type Description Attribute Value
managedResource RW java.lang.Object The managed resource this MBean is associated with
    
deployOnStartup RW boolean The deploy on startup flag for this Host
TrueFalse    
valveObjectNames RW [Ljavax.management.ObjectName; Return the MBean ObjectNames of the Valves associated with this Host
    
deployXML RW boolean deploy Context XML config files property
TrueFalse    
autoDeploy RW boolean The auto deploy flag for this Host
TrueFalse    
children RW [Ljavax.management.ObjectName; Object names of all children
    
modelerType R java.lang.String Type of the modeled resource. Can be set only once
org.apache.catalina.core.StandardHost    
xmlNamespaceAware RW boolean Attribute value used to turn on/off XML namespace awareness
TrueFalse    
aliases RW [Ljava.lang.String; Host aliases
    
realm RW org.apache.catalina.Realm Associated realm.
    
configClass RW java.lang.String The configuration class for contexts
    
name RW java.lang.String Unique name of this Host
    
unpackWARs RW boolean Unpack WARs property
TrueFalse    
xmlValidation RW boolean Attribute value used to turn on/off XML validation
TrueFalse    
appBase RW java.lang.String The application root for this Host
    
valveNames RW [Ljava.lang.String; Return the MBean Names of the Valves associated with this Host
    


Operation Return Type Description Parameters
destroy void Destroy
[no parameters]
stop void Stop
[no parameters]
start void Start
[no parameters]
removeAlias void Remove the specified alias name from the aliases for this Host
alias java.lang.String Alias name to be removed
init void Init
[no parameters]
addChild void Add a context
child org.apache.catalina.Container Context to be added
findAliases [Ljava.lang.String; Return the set of alias names for this Host
[no parameters]
addAlias void Add an alias name that should be mapped to this Host
alias java.lang.String The alias to be added