comparison tomcat/context.xml @ 93:f6d96413673a

USASR-2388: merge
author smith@nwoca.org
date Thu, 13 Oct 2016 00:45:33 +0100
parents 120fc16ea511
children
comparison
equal deleted inserted replaced
89:da49fcb26e2d 93:f6d96413673a
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) -->