[jboss-cvs] jboss-seam/examples/glassfish/resources/WEB-INF ...

Shane Bryzak sbryzak at redhat.com
Fri Mar 16 01:45:08 EDT 2007


  User: sbryzak2
  Date: 07/03/16 01:45:08

  Modified:    examples/glassfish/resources/WEB-INF  web.xml
  Log:
  JBSEAM-1011 add session timeout of 10 minutes
  
  Revision  Changes    Path
  1.11      +4 -0      jboss-seam/examples/glassfish/resources/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/glassfish/resources/WEB-INF/web.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- web.xml	26 Feb 2007 18:32:33 -0000	1.10
  +++ web.xml	16 Mar 2007 05:45:08 -0000	1.11
  @@ -132,4 +132,8 @@
       <ejb-link>TransactionListener</ejb-link>    
     </ejb-local-ref>
     
  +  <session-config>
  +    <session-timeout>10</session-timeout> 
  +  </session-config>   
  +  
   </web-app>
  
  
  



More information about the jboss-cvs-commits mailing list