Changeset 38876 for main/trunk


Ignore:
Timestamp:
2024-03-26T13:48:31+13:00 (3 months ago)
Author:
kjdon
Message:

updated this to match tomcat 5.8.99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/resources/tomcat/root_context.xml.in

    r32314 r38876  
    1 <?xml version='1.0' encoding='utf-8'?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!--
    33  Licensed to the Apache Software Foundation (ASF) under one or more
     
    1919<Context privileged='true'>
    2020
    21     <!-- Default set of monitored resources -->
     21    <!-- Default set of monitored resources. If one of these changes, the    -->
     22    <!-- web application will be reloaded.                                   -->
    2223    <WatchedResource>WEB-INF/web.xml</WatchedResource>
    23 
     24    <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
     25   
    2426    <!-- Uncomment this to disable session persistence across Tomcat restarts -->
    2527    <!--
    2628    <Manager pathname="" />
    2729    -->
    28 
    29     <!-- Uncomment this to enable Comet connection tacking (provides events
    30          on session expiration as well as webapp lifecycle) -->
    31     <!--
    32     <Valve className="org.apache.catalina.valves.CometConnectionManagerValve" />
    33     -->
    34 
    3530</Context>
Note: See TracChangeset for help on using the changeset viewer.