[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...

Christian Bauer christian at hibernate.org
Tue Nov 13 08:04:18 EST 2007


  User: cbauer  
  Date: 07/11/13 08:04:18

  Modified:    examples/wiki/src/etc/WEB-INF   web.xml components.xml
  Log:
  Upgraded to AS 4.2.2, reduced recommended session timeout
  
  Revision  Changes    Path
  1.21      +2 -2      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.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- web.xml	31 Oct 2007 17:16:51 -0000	1.20
  +++ web.xml	13 Nov 2007 13:04:18 -0000	1.21
  @@ -102,9 +102,9 @@
   
       <!-- Misc Settings -->
   
  -    <!-- Session timeout: 3 hours -->
  +    <!-- Session timeout: half hour (careful, large and long sessions need heap size>-->
       <session-config>
  -        <session-timeout>180</session-timeout>
  +        <session-timeout>30</session-timeout>
       </session-config>
   
   </web-app>
  
  
  
  1.31      +2 -2      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.30
  retrieving revision 1.31
  diff -u -b -r1.30 -r1.31
  --- components.xml	9 Nov 2007 15:04:56 -0000	1.30
  +++ components.xml	13 Nov 2007 13:04:18 -0000	1.31
  @@ -34,9 +34,9 @@
       <!-- Enabled in embeddable JBoss container -->
       <transaction:ejb-transaction installed="@ejbTransaction@"/>
   
  -    <!-- Conversation timeout: 30 minutes -->
  +    <!-- Conversation timeout: 20 minutes -->
       <core:manager concurrent-request-timeout="2000"
  -                  conversation-timeout="180000"
  +                  conversation-timeout="120000"
                     conversation-id-parameter="cid"/>
   
       <persistence:filter name="accessLevelFilter">
  
  
  



More information about the jboss-cvs-commits mailing list