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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]