annotate tomcat/context.xml @ 255:adbef03ee9e8

add max days to access log
author smith@nwoca.org
date Tue, 29 May 2018 17:12:03 +0100
parents 120fc16ea511
children
rev   line source
23
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
2 <!--
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
3 Licensed to the Apache Software Foundation (ASF) under one or more
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
4 contributor license agreements. See the NOTICE file distributed with
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
5 this work for additional information regarding copyright ownership.
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
6 The ASF licenses this file to You under the Apache License, Version 2.0
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
7 (the "License"); you may not use this file except in compliance with
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
8 the License. You may obtain a copy of the License at
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
9
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
10 http://www.apache.org/licenses/LICENSE-2.0
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
11
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
12 Unless required by applicable law or agreed to in writing, software
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
13 distributed under the License is distributed on an "AS IS" BASIS,
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
15 See the License for the specific language governing permissions and
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
16 limitations under the License.
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
17 -->
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
18 <Context>
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
19
92
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents: 23
diff changeset
20 <Resources cachingAllowed="false"/>
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents: 23
diff changeset
21
23
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
22 <!-- Uncomment this to disable session persistence across Tomcat restarts -->
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
23 <Manager pathname="" />
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
24
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
25 <!-- Uncomment this to enable Comet connection tacking (provides events
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
26 on session expiration as well as webapp lifecycle) -->
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
27 <!--
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
28 <Valve className="org.apache.catalina.valves.CometConnectionManagerValve" />
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
29 -->
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
30 </Context>