remm        01/07/24 23:18:14

  Modified:    src/conf/webapp web.xml
  Log:
  - Example of how to use the directory-browsing parameter.
    Patch submitted by Chirstopher Lenz.
  
  Revision  Changes    Path
  1.10      +4 -0      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- web.xml   2001/07/10 17:29:06     1.9
  +++ web.xml   2001/07/25 06:18:14     1.10
  @@ -18,6 +18,10 @@
         <param-value>3</param-value>
       </init-param>
       <init-param>
  +      <param-name>directory-browsing</param-name>
  +      <param-value>true</param-value>
  +    </init-param>
  +    <init-param>
         <param-name>namespace</param-name>
         <param-value>webdav</param-value>
       </init-param>
  
  
  

Reply via email to