You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2007/04/19 23:45:31 UTC

svn commit: r530559 - /tomcat/tc6.0.x/trunk/conf/context.xml

Author: remm
Date: Thu Apr 19 14:45:30 2007
New Revision: 530559

URL: http://svn.apache.org/viewvc?view=rev&rev=530559
Log:
- Add the comet valve (commented out).

Modified:
    tomcat/tc6.0.x/trunk/conf/context.xml

Modified: tomcat/tc6.0.x/trunk/conf/context.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/conf/context.xml?view=diff&rev=530559&r1=530558&r2=530559
==============================================================================
--- tomcat/tc6.0.x/trunk/conf/context.xml (original)
+++ tomcat/tc6.0.x/trunk/conf/context.xml Thu Apr 19 14:45:30 2007
@@ -9,4 +9,10 @@
     <Manager pathname="" />
     -->
 
+    <!-- Uncomment this to enable Comet connection tacking (provides events
+         on session expiration as well as webapp lifecycle) -->
+    <!--
+    <Valve className="org.apache.catalina.valves.CometConnectionManagerValve" />
+    -->
+
 </Context>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org