annotate tomcat/context.xml @ 85:8f45c43ea7a4 feature/djs-DEP-12-docker

DEP-12: start upgrading scripts and compose files for RC and docker 1.12
author Dave Smith <smith@nwoca.org>
date Wed, 21 Sep 2016 19:00:41 -0400
parents 6a4ba408b8c4
children 120fc16ea511
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
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
20 <!-- Uncomment this to disable session persistence across Tomcat restarts -->
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
21 <Manager pathname="" />
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
22
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
23 <!-- Uncomment this to enable Comet connection tacking (provides events
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
24 on session expiration as well as webapp lifecycle) -->
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
25 <!--
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
26 <Valve className="org.apache.catalina.valves.CometConnectionManagerValve" />
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
27 -->
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
28 </Context>