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

Gavin King gavin.king at jboss.com
Wed Dec 6 00:16:29 EST 2006


  User: gavin   
  Date: 06/12/06 00:16:29

  Modified:    examples/dvdstore/resources/WEB-INF  web.xml
  Log:
  set the session timeout
  
  Revision  Changes    Path
  1.16      +4 -0      jboss-seam/examples/dvdstore/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/dvdstore/resources/WEB-INF/web.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- web.xml	6 Dec 2006 02:49:16 -0000	1.15
  +++ web.xml	6 Dec 2006 05:16:29 -0000	1.16
  @@ -5,6 +5,10 @@
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
   
  +   <session-config>
  +      <session-timeout>3</session-timeout>
  +   </session-config>
  +   
      <context-param>
           <param-name>javax.faces.CONFIG_FILES</param-name>
           <param-value>/WEB-INF/navigation.xml</param-value>
  
  
  



More information about the jboss-cvs-commits mailing list