| @@ -0,0 +1,101 @@ | ||
| # Licensed to the Apache Software Foundation (ASF) under one or more | ||
| # contributor license agreements. See the NOTICE file distributed with | ||
| # this work for additional information regarding copyright ownership. | ||
| # The ASF licenses this file to You 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. | ||
|
|
||
|
|
||
| # | ||
| # CoyoteConnector | ||
| # | ||
| coyoteConnector.cannotRegisterProtocol=Cannot register MBean for the Protocol | ||
| coyoteConnector.invalidPort=The connector cannot start since the specified port value of [{0}] is invalid | ||
| coyoteConnector.protocolHandlerDestroyFailed=Protocol handler destroy failed | ||
| coyoteConnector.protocolHandlerInitializationFailed=Protocol handler initialization failed | ||
| coyoteConnector.protocolHandlerInstantiationFailed=Protocol handler instantiation failed | ||
| coyoteConnector.protocolHandlerNoApr=The configured protocol [{0}] requires the APR/native library which is not available | ||
| coyoteConnector.protocolHandlerStartFailed=Protocol handler start failed | ||
| coyoteConnector.protocolRegistrationFailed=Protocol JMX registration failed | ||
| coyoteConnector.protocolHandlerPauseFailed=Protocol handler pause failed | ||
| coyoteConnector.protocolHandlerResumeFailed=Protocol handler resume failed | ||
| coyoteConnector.MapperRegistration=register Mapper: {0} | ||
| coyoteConnector.protocolUnregistrationFailed=Protocol handler stop failed | ||
| coyoteConnector.parseBodyMethodNoTrace=TRACE method MUST NOT include an entity (see RFC 2616 Section 9.6) | ||
|
|
||
| # | ||
| # CoyoteAdapter | ||
| # | ||
| coyoteAdapter.read=The servlet did not read all available bytes during the processing of the read event | ||
| coyoteAdapter.parsePathParam=Unable to parse the path parameters using encoding [{0}]. The path parameters in the URL will be ignored. | ||
| coyoteAdapter.checkRecycled.request=Encountered a non-recycled request and recycled it forcedly. | ||
| coyoteAdapter.checkRecycled.response=Encountered a non-recycled response and recycled it forcedly. | ||
| coyoteAdapter.debug=The variable [{0}] has value [{1}] | ||
| coyoteAdapter.accesslogFail=Exception while attempting to add an entry to the access log | ||
|
|
||
| # | ||
| # CoyoteResponse | ||
| # | ||
| coyoteResponse.getOutputStream.ise=getWriter() has already been called for this response | ||
| coyoteResponse.getWriter.ise=getOutputStream() has already been called for this response | ||
| coyoteResponse.reset.ise=Cannot call reset() after response has been committed | ||
| coyoteResponse.resetBuffer.ise=Cannot reset buffer after response has been committed | ||
| coyoteResponse.sendError.ise=Cannot call sendError() after the response has been committed | ||
| coyoteResponse.sendRedirect.ise=Cannot call sendRedirect() after the response has been committed | ||
| coyoteResponse.sendRedirect.note=<html><body><p>Redirecting to <a href="{0}">{0}</a></p></body></html> | ||
| coyoteResponse.setBufferSize.ise=Cannot change buffer size after data has been written | ||
|
|
||
| # | ||
| # CoyoteRequest | ||
| # | ||
| coyoteRequest.getContextPath.ise=Unable to find match between the canonical context path [{0}] and the URI presented by the user agent [{1}] | ||
| coyoteRequest.getInputStream.ise=getReader() has already been called for this request | ||
| coyoteRequest.getReader.ise=getInputStream() has already been called for this request | ||
| coyoteRequest.gssLifetimeFail=Failed to obtain remaining lifetime for user principal [{0}] | ||
| coyoteRequest.sessionCreateCommitted=Cannot create a session after the response has been committed | ||
| coyoteRequest.setAttribute.namenull=Cannot call setAttribute with a null name | ||
| coyoteRequest.listenerStart=Exception sending context initialized event to listener instance of class {0} | ||
| coyoteRequest.listenerStop=Exception sending context destroyed event to listener instance of class {0} | ||
| coyoteRequest.attributeEvent=Exception thrown by attributes event listener | ||
| coyoteRequest.parseParameters=Exception thrown whilst processing POSTed parameters | ||
| coyoteRequest.postTooLarge=Parameters were not parsed because the size of the posted data was too big. Use the maxPostSize attribute of the connector to resolve this if the application should accept large POSTs. | ||
| coyoteRequest.chunkedPostTooLarge=Parameters were not parsed because the size of the posted data was too big. Because this request was a chunked request, it could not be processed further. Use the maxPostSize attribute of the connector to resolve this if the application should accept large POSTs. | ||
| coyoteRequest.alreadyAuthenticated=This request has already been authenticated | ||
| coyoteRequest.authenticate.ise=Cannot call authenticate() after the reponse has been committed | ||
| coyoteRequest.uploadLocationInvalid=The temporary upload location [{0}] is not valid | ||
| coyoteRequest.sessionEndAccessFail=Exception triggered ending access to session while recycling request | ||
| coyoteRequest.sendfileNotCanonical=Unable to determine canonical name of file [{0}] specified for use with sendfile | ||
| coyoteRequest.maxPostSizeExceeded=The multi-part request contained parameter data (excluding uploaded files) that exceeded the limit for maxPostSize set on the associated connector | ||
|
|
||
| request.asyncNotSupported=A filter or servlet of the current chain does not support asynchronous operations. | ||
|
|
||
| requestFacade.nullRequest=The request object has been recycled and is no longer associated with this facade | ||
|
|
||
| responseFacade.nullResponse=The response object has been recycled and is no longer associated with this facade | ||
|
|
||
| cometEvent.nullRequest=The event object has been recycled and is no longer associated with a request | ||
|
|
||
| # | ||
| # MapperListener | ||
| # | ||
| mapperListener.unknownDefaultHost=Unknown default host [{0}] for connector [{1}] | ||
| mapperListener.registerHost=Register host [{0}] at domain [{1}] for connector [{2}] | ||
| mapperListener.unregisterHost=Unregister host [{0}] at domain [{1}] for connector [{2}] | ||
| mapperListener.registerContext=Register Context [{0}] for connector [{1}] | ||
| mapperListener.unregisterContext=Unregister Context [{0}] for connector [{1}] | ||
| mapperListener.pauseContext=Register Context [{0}] as being reloaded for connector [{1}] | ||
| mapperListener.registerWrapper=Register Wrapper [{0}] in Context [{1}] for connector [{2}] | ||
| mapperListener.unregisterWrapper=Unregister Wrapper [{0}] in Context [{1}] for connector [{2}] | ||
| mapperListener.addMBeanListenerFail=Failed to add MBean notification listener for connector [{0}] in domain [{1}]. Adding Hosts, Contexts and Wrappers will not be visible to the connector. | ||
| mapperListener.removeMBeanListenerFail=Failed to remove MBean notification listener for connector [{0}] in domain [{1}]. This may result in a memory leak. | ||
| mapperListener.lifecycleListenerFail=Failed to add Lifecycle listener to object [{0}]. Changes in the object state may not be correctly reflected in the mapper for connector [{1}] in domain [{2}]. | ||
|
|
||
| inputBuffer.streamClosed=Stream closed |
| @@ -0,0 +1,6 @@ | ||
| Apache Tomcat JDBC Pool | ||
| Copyright 2008-2015 The Apache Software Foundation | ||
|
|
||
| This product includes software developed at | ||
| The Apache Software Foundation (http://www.apache.org/). | ||
|
|
| @@ -0,0 +1,216 @@ | ||
| <?xml version="1.0"?> | ||
| <!-- | ||
| Licensed to the Apache Software Foundation (ASF) under one or more | ||
| contributor license agreements. See the NOTICE file distributed with | ||
| this work for additional information regarding copyright ownership. | ||
| The ASF licenses this file to You 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> | ||
|
|
||
| <!-- This MBean contains Connector attributes and some common attributes of | ||
| associated ProtocolHandler instances. Common attributes extracted out | ||
| from all ProtocolHandler implementations are denoted by a comment | ||
| 'common' above their description. Each attribute particular to given | ||
| ProtocolHandler implementation can be found in relevant ProtocolHandler | ||
| MBean. --> | ||
| <mbean name="CoyoteConnector" | ||
| className="org.apache.catalina.mbeans.ConnectorMBean" | ||
| description="Implementation of a Coyote connector" | ||
| domain="Catalina" | ||
| group="Connector" | ||
| type="org.apache.catalina.connector.Connector"> | ||
|
|
||
| <!-- Common --> | ||
| <attribute name="acceptCount" | ||
| description="The accept count for this Connector" | ||
| type="int"/> | ||
|
|
||
| <!-- Common --> | ||
| <attribute name="address" | ||
| description="The IP address on which to bind" | ||
| type="java.lang.String"/> | ||
|
|
||
| <attribute name="allowTrace" | ||
| description="Allow disabling TRACE method" | ||
| type="boolean"/> | ||
|
|
||
| <attribute name="className" | ||
| description="Fully qualified class name of the managed object" | ||
| type="java.lang.String" | ||
| writeable="false"/> | ||
|
|
||
| <!-- Common --> | ||
| <attribute name="connectionLinger" | ||
| description="Linger value on the incoming connection" | ||
| type="int"/> | ||
|
|
||
| <!-- Common --> | ||
| <attribute name="connectionTimeout" | ||
| description="Timeout value on the incoming connection" | ||
| type="int"/> | ||
|
|
||
| <attribute name="enableLookups" | ||
| description="The 'enable DNS lookups' flag for this Connector" | ||
| type="boolean"/> | ||
|
|
||
| <attribute name="executorName" | ||
| description="The name of the executor - if any - associated with this Connector" | ||
| type="java.lang.String" | ||
| writeable="false"/> | ||
|
|
||
| <!-- Common --> | ||
| <attribute name="keepAliveTimeout" | ||
| description="The number of seconds Tomcat will wait for a subsequent request before closing the connection" | ||
| type="int"/> | ||
|
|
||
| <attribute name="localPort" | ||
| description="The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound." | ||
| type="int"/> | ||
|
|
||
| <attribute name="maxHeaderCount" | ||
| description="The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit." | ||
| type="int"/> | ||
|
|
||
| <attribute name="maxKeepAliveRequests" | ||
| description="Maximum number of Keep-Alive requests to honor per connection" | ||
| type="int"/> | ||
|
|
||
| <attribute name="maxParameterCount" | ||
| description="The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit." | ||
| type="int"/> | ||
|
|
||
| <attribute name="maxPostSize" | ||
| description="Maximum size in bytes of a POST which will be handled by the servlet API provided features" | ||
| type="int"/> | ||
|
|
||
| <attribute name="maxSavePostSize" | ||
| description="Maximum size of a POST which will be saved by the container during authentication" | ||
| type="int"/> | ||
|
|
||
| <attribute name="maxSwallowSize" | ||
| description="The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload" | ||
| type="int"/> | ||
|
|
||
| <!-- Common --> | ||
| <attribute name="maxThreads" | ||
| description="The maximum number of request processing threads to be created" | ||
| type="int"/> | ||
|
|
||
| <attribute name="minSpareThreads" | ||
| description="The number of request processing threads that will be created" | ||
| type="int"/> | ||
|
|
||
| <!-- Common --> | ||
| <attribute name="packetSize" | ||
| description="The ajp packet size." | ||
| type="int"/> | ||
|
|
||
| <attribute name="port" | ||
| description="The port number on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound." | ||
| type="int"/> | ||
|
|
||
| <!-- Common --> | ||
| <attribute name="processorCache" | ||
| description="The processor cache size." | ||
| type="int"/> | ||
|
|
||
| <attribute name="protocol" | ||
| description="Coyote protocol handler in use" | ||
| type="java.lang.String"/> | ||
|
|
||
| <attribute name="protocolHandlerClassName" | ||
| description="Coyote Protocol handler class name" | ||
| type="java.lang.String" | ||
| writeable="false"/> | ||
|
|
||
| <attribute name="proxyName" | ||
| description="Ther Server name to which we should pretend requests to this Connector" | ||
| type="java.lang.String"/> | ||
|
|
||
| <attribute name="proxyPort" | ||
| description="Ther Server port to which we should pretend requests to this Connector" | ||
| type="int"/> | ||
|
|
||
| <attribute name="redirectPort" | ||
| description="The redirect port for non-SSL to SSL redirects" | ||
| type="int"/> | ||
|
|
||
| <attribute name="scheme" | ||
| description="Protocol name for this Connector (http, https)" | ||
| type="java.lang.String"/> | ||
|
|
||
| <attribute name="secret" | ||
| description="Authentication secret (I guess ... not in Javadocs)" | ||
| readable = "false" | ||
| type="java.lang.String"/> | ||
|
|
||
| <attribute name="secure" | ||
| description="Is this a secure (SSL) Connector?" | ||
| type="boolean"/> | ||
|
|
||
| <attribute name="sslProtocols" | ||
| description="Comma-separated list of SSL protocol variants to be enabled" | ||
| type="java.lang.String"/> | ||
|
|
||
| <attribute name="stateName" | ||
| description="The name of the LifecycleState that this component is currently in" | ||
| type="java.lang.String" | ||
| writeable="false"/> | ||
|
|
||
| <!-- Common --> | ||
| <attribute name="tcpNoDelay" | ||
| description="Should we use TCP no delay?" | ||
| type="boolean"/> | ||
|
|
||
| <!-- Common --> | ||
| <attribute name="threadPriority" | ||
| description="The thread priority for processors" | ||
| type="int"/> | ||
|
|
||
| <attribute name="URIEncoding" | ||
| description="Character encoding used to decode the URI" | ||
| type="java.lang.String"/> | ||
|
|
||
| <attribute name="useBodyEncodingForURI" | ||
| description="Should the body encoding be used for URI query parameters" | ||
| type="boolean"/> | ||
|
|
||
| <attribute name="useIPVHosts" | ||
| description="Should IP-based virtual hosting be used? " | ||
| type="boolean"/> | ||
|
|
||
| <attribute name="xpoweredBy" | ||
| description="Is generation of X-Powered-By response header enabled/disabled?" | ||
| type="boolean"/> | ||
|
|
||
| <operation name="start" description="Start" impact="ACTION" returnType="void" /> | ||
| <operation name="stop" description="Stop" impact="ACTION" returnType="void" /> | ||
| <operation name="pause" description="Start" impact="ACTION" returnType="void" /> | ||
| <operation name="resume" description="Stop" impact="ACTION" returnType="void" /> | ||
| <operation name="init" description="Init" impact="ACTION" returnType="void" /> | ||
| <operation name="destroy" description="Destroy" impact="ACTION" returnType="void" /> | ||
|
|
||
| </mbean> | ||
|
|
||
| <mbean name="Mapper" | ||
| description="Maps requests received by the associated connector to Hosts, Contexts and Wrappers" | ||
| domain="Catalina" | ||
| group="Mapper" | ||
| type="org.apache.catalina.connector.MapperListener"> | ||
|
|
||
| <attribute name="connectorName" | ||
| description="Name of the associated connector" | ||
| type="java.lang.String" | ||
| writeable="false"/> | ||
| </mbean> | ||
| </mbeans-descriptors> |
| @@ -0,0 +1,9 @@ | ||
| #created by Apache Tomcat Maven plugin | ||
| #Fri Nov 18 16:51:29 EST 2016 | ||
| generationTimestamp=1479505886861 | ||
| accessLogValveFormat=%h %l %u %t %r %s %b %I %D | ||
| enableNaming=false | ||
| useServerXml=false | ||
| enableRemoteIpValve=true | ||
| wars=WebGoat.war|/WebGoat | ||
| connectorhttpProtocol=HTTP/1.1 |