blob: 16e73ee1d5c1aefddd2de1e49d1a4b848c2c2ee1 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright (c) 1997-2018 Oracle and/or its affiliates. All rights reserved.
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<mbeans-descriptors>
<mbean name="ContextConfig"
description="Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets"
domain="Catalina"
group="Listener"
type="org.apache.catalina.startup.ContextConfig">
<attribute name="className"
description="Fully qualified class name of the managed object"
type="java.lang.String"
writeable="false"/>
<attribute name="debug"
description="The debugging detail level for this component"
type="int"/>
</mbean>
<mbean name="EngineConfig"
description="Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts"
domain="Catalina"
group="Listener"
type="org.apache.catalina.startup.EngineConfig">
<attribute name="className"
description="Fully qualified class name of the managed object"
type="java.lang.String"
writeable="false"/>
<attribute name="debug"
description="The debugging detail level for this component"
type="int"/>
</mbean>
<mbean name="HostConfig"
description="Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts"
domain="Catalina"
group="Listener"
type="org.apache.catalina.startup.HostConfig">
<attribute name="className"
description="Fully qualified class name of the managed object"
type="java.lang.String"
writeable="false"/>
<attribute name="configClass"
description="The Java class name of the Context configuration class we should use"
type="java.lang.String"/>
<attribute name="contextClass"
description="The Java class name of the Context implementation we should use"
type="java.lang.String"/>
<attribute name="debug"
description="The debugging detail level for this component"
type="int"/>
</mbean>
</mbeans-descriptors>