You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by lu...@apache.org on 2004/06/17 19:31:24 UTC

cvs commit: jakarta-slide/src/conf/webapp web.xml

luetzkendorf    2004/06/17 10:31:24

  Modified:    src/conf/webapp web.xml
  Log:
  display-name added; comment modified
  
  Revision  Changes    Path
  1.29      +2 -1      jakarta-slide/src/conf/webapp/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/conf/webapp/web.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- web.xml	27 May 2004 10:51:55 -0000	1.28
  +++ web.xml	17 Jun 2004 17:31:24 -0000	1.29
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
   <web-app>
  +    <display-name>Jakarta Slide WebDAV Server</display-name>
       <!-- Definition and configuration of servlet filters -->
       <filter>
           <filter-name>webdavlog</filter-name>
  @@ -212,7 +213,7 @@
           <servlet-name>webdav</servlet-name>
           <url-pattern>/</url-pattern>
       </servlet-mapping>
  -    <!-- Set the default session timeout (in seconds) -->
  +    <!-- Set the default session timeout (in minutes) -->
       <session-config>
           <session-timeout>30</session-timeout>
       </session-config>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org