projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d950ff5
)
- Add the comet valve (commented out).
author
remm
<remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 19 Apr 2007 21:45:30 +0000
(21:45 +0000)
committer
remm
<remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 19 Apr 2007 21:45:30 +0000
(21:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@530559
13f79535
-47bb-0310-9956-
ffa450edef68
conf/context.xml
patch
|
blob
|
history
diff --git
a/conf/context.xml
b/conf/context.xml
index
5704aba
..
44a6d4c
100644
(file)
--- a/
conf/context.xml
+++ b/
conf/context.xml
@@
-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>
\ No newline at end of file