remm        01/10/21 21:49:37

  Modified:    catalina/src/conf server.xml
  Log:
  - Add new auto deploy flag. If true, the web applcations will be automatically
    deployed by the host configurator.
  
  Revision  Changes    Path
  1.39      +2 -1      jakarta-tomcat-4.0/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/server.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- server.xml        2001/10/13 19:26:39     1.38
  +++ server.xml        2001/10/22 04:49:37     1.39
  @@ -158,7 +158,8 @@
         -->
   
         <!-- Define the default virtual host -->
  -      <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true">
  +      <Host name="localhost" debug="0" appBase="webapps" 
  +       unpackWARs="true" autoDeploy="true">
   
           <!-- Normally, users must authenticate themselves to each web app
                individually.  Uncomment the following entry if you would like
  
  
  


Reply via email to