amyroh      01/04/03 15:07:10

  Modified:    catalina/src/conf web.xml
  Log:
  Added "isVirtualWebappRelative" parameter to give an option that virtual paths can 
be webapp-relative.
  Defaults to false following NCSA.
  
  Revision  Changes    Path
  1.16      +5 -0      jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- web.xml   2001/03/27 20:34:00     1.15
  +++ web.xml   2001/04/03 22:07:10     1.16
  @@ -77,6 +77,11 @@
         <param-name>buffered</param-name>
         <param-value>1</param-value>
       </init-param>
  +    <init-param>
  +      <!-- 0 == false; 1 == true -->
  +      <param-name>isVirtualWebappRelative</param-name>
  +      <param-value>0</param-value>
  +    </init-param>
       <load-on-startup>5</load-on-startup>
     </servlet>
   
  
  
  

Reply via email to