comparison tomcat/context.xml @ 107:dc3696525de4 feature/djs-DEP-12-docker

merge from default
author smith@nwoca.org
date Fri, 21 Apr 2017 17:17:24 +0100
parents 120fc16ea511
children
comparison
equal deleted inserted replaced
106:bd1f900972ed 107:dc3696525de4
15 See the License for the specific language governing permissions and 15 See the License for the specific language governing permissions and
16 limitations under the License. 16 limitations under the License.
17 --> 17 -->
18 <Context> 18 <Context>
19 19
20 <Resources cachingAllowed="false"/>
21
20 <!-- Uncomment this to disable session persistence across Tomcat restarts --> 22 <!-- Uncomment this to disable session persistence across Tomcat restarts -->
21 <Manager pathname="" /> 23 <Manager pathname="" />
22 24
23 <!-- Uncomment this to enable Comet connection tacking (provides events 25 <!-- Uncomment this to enable Comet connection tacking (provides events
24 on session expiration as well as webapp lifecycle) --> 26 on session expiration as well as webapp lifecycle) -->