blob: 8bbd6b56cf57f1b3ae1ed7288ed72da36547a993 [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="AccessLogValve"
description="Valve that generates a web server access log"
domain="Catalina"
group="Valve"
type="org.apache.catalina.valves.AccessLogValve">
<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"/>
<attribute name="containerName"
description="Object name of the container"
type="javax.management.ObjectName"/>
<attribute name="directory"
description="The directory in which log files are created"
type="java.lang.String"/>
<attribute name="pattern"
description="The pattern used to format our access log lines"
type="java.lang.String"/>
<attribute name="prefix"
description="The prefix that is added to log file filenames"
type="java.lang.String"/>
<attribute name="resolveHosts"
description="Resolve hosts"
is="true"
type="boolean"/>
<attribute name="rotatable"
description="Flag to indicate automatic log rotation."
is="true"
type="boolean"/>
<attribute name="suffix"
description="The suffix that is added to log file filenames"
type="java.lang.String"/>
<attribute name="condition"
description="The value to look for conditional logging."
type="java.lang.String"/>
<attribute name="fileDateFormat"
description="The format for the date date based log rotation."
type="java.lang.String"/>
</mbean>
<mbean name="ErrorReportValve"
description="Implementation of a Valve that outputs HTML error pages"
domain="Catalina"
group="Valve"
type="org.apache.catalina.valves.ErrorReportValve">
<attribute name="className"
description="Fully qualified class name of the managed object"
type="java.lang.String"
writeable="false"/>
<attribute name="containerName"
description="Object name of the container"
type="javax.management.ObjectName"/>
<attribute name="debug"
description="The debugging detail level for this component"
type="int"/>
</mbean>
<mbean name="ExtendedAccessLogValve"
description="Valve that generates a web server access log"
domain="Catalina"
group="Valve"
type="org.apache.catalina.valves.ExtendedAccessLogValve">
<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"/>
<attribute name="containerName"
description="Object name of the container"
type="javax.management.ObjectName"/>
<attribute name="directory"
description="The directory in which log files are created"
type="java.lang.String"/>
<attribute name="pattern"
description="The pattern used to format our access log lines"
type="java.lang.String"/>
<attribute name="prefix"
description="The prefix that is added to log file filenames"
type="java.lang.String"/>
<attribute name="rotatable"
description="Rotate log"
is="true"
type="boolean"/>
<attribute name="condition"
description="The value to look for conditional logging."
type="java.lang.String"/>
<attribute name="checkExists"
description="Check for file existence before each logging."
is="true"
type="boolean"/>
<attribute name="suffix"
description="The suffix that is added to log file filenames"
type="java.lang.String"/>
<attribute name="fileDateFormat"
description="The format for the date date based log rotation."
type="java.lang.String"/>
<operation name="rotate"
description="Move the existing log file to a new name"
impact="ACTION"
returnType="boolean">
<parameter name="newFileName"
description="File name to move the log file to."
type="java.lang.String"/>
</operation>
</mbean>
<mbean name="RemoteAddrValve"
description="Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address"
domain="Catalina"
group="Valve"
type="org.apache.catalina.valves.RemoteAddrValve">
<attribute name="allow"
description="The comma-delimited set of allow expressions"
type="java.lang.String"/>
<attribute name="containerName"
description="Object name of the container"
type="javax.management.ObjectName"/>
<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"/>
<attribute name="deny"
description="The comma-delimited set of deny expressions"
type="java.lang.String"/>
</mbean>
<mbean name="RemoteHostValve"
description="Concrete implementation of RequestFilterValve that
filters based on the string representation of the remote
client's host name"
domain="Catalina"
group="Valve"
type="org.apache.catalina.valves.RemoteHostValve">
<attribute name="allow"
description="The comma-delimited set of allow expressions"
type="java.lang.String"/>
<attribute name="containerName"
description="Object name of the container"
type="javax.management.ObjectName"/>
<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"/>
<attribute name="deny"
description="The comma-delimited set of deny expressions"
type="java.lang.String"/>
</mbean>
<mbean name="RequestDumperValve"
description="Implementation of a Valve that logs interesting contents from the specified Request and the corresponding Response"
domain="Catalina"
group="Valve"
type="org.apache.catalina.valves.RequestDumperValve">
<attribute name="containerName"
description="Object name of the container"
type="javax.management.ObjectName"/>
<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="RequestListenerValve"
description="Valve that handles request initialization and destroy events"
domain="Catalina"
group="Valve"
type="org.apache.catalina.valves.RequestListenerValve">
<attribute name="className"
description="Fully qualified class name of the managed object"
type="java.lang.String"
writeable="false"/>
<attribute name="containerName"
description="Object name of the container"
type="javax.management.ObjectName"/>
<attribute name="debug"
description="The debugging detail level for this component"
type="int"/>
</mbean>
</mbeans-descriptors>