[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...
Christian Bauer
christian at hibernate.org
Mon May 7 07:42:31 EDT 2007
User: cbauer
Date: 07/05/07 07:42:31
Modified: examples/wiki/src/etc/WEB-INF components.xml web.xml
Log:
Switched to tabbed ajax forms
Revision Changes Path
1.13 +3 -3 jboss-seam/examples/wiki/src/etc/WEB-INF/components.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: components.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/WEB-INF/components.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- components.xml 27 Apr 2007 10:33:34 -0000 1.12
+++ components.xml 7 May 2007 11:42:31 -0000 1.13
@@ -26,9 +26,9 @@
<core:init debug="false" jndi-pattern="@jndiPattern@"/>
- <!-- Conversation timeout: 2 hours -->
- <core:manager concurrent-request-timeout="500"
- conversation-timeout="7200000"
+ <!-- Conversation timeout: 30 minutes -->
+ <core:manager concurrent-request-timeout="2000"
+ conversation-timeout="180000"
conversation-id-parameter="cid"
conversation-is-long-running-parameter="clr"/>
1.9 +2 -1 jboss-seam/examples/wiki/src/etc/WEB-INF/web.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: web.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/WEB-INF/web.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- web.xml 21 Apr 2007 08:13:49 -0000 1.8
+++ web.xml 7 May 2007 11:42:31 -0000 1.9
@@ -138,8 +138,9 @@
<!-- Misc Settings -->
+ <!-- Session timeout: 3 hours -->
<session-config>
- <session-timeout>10</session-timeout>
+ <session-timeout>180</session-timeout>
</session-config>
More information about the jboss-cvs-commits
mailing list