remm        01/01/20 11:45:58

  Modified:    catalina/src/conf server.xml
  Log:
  - Add the new unpackWARs switch in the default configuration. The value
    in this sample is "true" (note : it is already the StandardHost's built-in 
default, so if
    no unpackWARs attribute is present, WARs will be unpacked, in an attempt
    to maximize compatibility).
  
  Revision  Changes    Path
  1.17      +1 -1      jakarta-tomcat-4.1/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.1/catalina/src/conf/server.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- server.xml        2000/12/17 01:03:29     1.16
  +++ server.xml        2001/01/20 19:45:58     1.17
  @@ -127,7 +127,7 @@
         -->
   
         <!-- Define the default virtual host -->
  -      <Host name="localhost" debug="0" appBase="webapps">
  +      <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true">
   
           <!-- Normally, users must authenticate themselves to each web app
                individually.  Uncomment the following entry if you would like
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to