jfclere     02/01/11 08:39:14

  Modified:    catalina/src/conf Tag: tomcat_40_branch server.xml
  Log:
  The appBase should be in WarpConnector not in WarpEngine.
  It will apply for all virtual hosts deployed bu mod_webapp.
  PR: 5031
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.29.2.11 +2 -2      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.29.2.10
  retrieving revision 1.29.2.11
  diff -u -r1.29.2.10 -r1.29.2.11
  --- server.xml        26 Oct 2001 17:17:52 -0000      1.29.2.10
  +++ server.xml        11 Jan 2002 16:39:14 -0000      1.29.2.11
  @@ -313,12 +313,12 @@
   
       <Connector className="org.apache.catalina.connector.warp.WarpConnector"
        port="8008" minProcessors="5" maxProcessors="75"
  -     enableLookups="true"
  +     enableLookups="true" appBase="webapps"
        acceptCount="10" debug="0"/>
   
       <!-- Replace "localhost" with what your Apache "ServerName" is set to -->
       <Engine className="org.apache.catalina.connector.warp.WarpEngine"
  -     name="Apache" debug="0" appBase="webapps">
  +     name="Apache" debug="0">
   
         <!-- Global logger unless overridden at lower levels -->
         <Logger className="org.apache.catalina.logger.FileLogger"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to