costin      01/02/01 20:56:45

  Modified:    src/etc  server.xml
  Log:
  Replace AutoSetup with the 2 components.
  
  Revision  Changes    Path
  1.67      +4 -1      jakarta-tomcat/src/etc/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- server.xml        2001/02/01 07:03:36     1.66
  +++ server.xml        2001/02/02 04:56:45     1.67
  @@ -40,7 +40,10 @@
               className="org.apache.tomcat.modules.config.ContextXmlReader" />
   
           <ContextInterceptor 
  -            className="org.apache.tomcat.modules.config.AutoSetup" />
  +            className="org.apache.tomcat.modules.config.AutoDeploy" />
  +
  +        <ContextInterceptor 
  +            className="org.apache.tomcat.modules.config.AutoWebApp" />
   
           <!-- Generate includeable Apache configuration files for mod_jserv
                and mod_jk.
  
  
  

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

Reply via email to