You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2001/09/03 04:18:03 UTC

cvs commit: jakarta-tomcat/src/etc server.xml

larryi      01/09/02 19:18:03

  Modified:    src/etc  server.xml
  Log:
  Include the modules for mod_jk based connectors by default, with some
  documentation.
  
  Revision  Changes    Path
  1.89      +12 -3     jakarta-tomcat/src/etc/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- server.xml	2001/08/31 09:45:50	1.88
  +++ server.xml	2001/09/03 02:18:03	1.89
  @@ -154,10 +154,19 @@
   
           <SessionId cookiesFirst="true" noCookies="false" /> 
   
  -        <!-- Uncoment for the automatic apache config generator 
  -        <ApacheConfig forwardAll="true" useJkMount="true"
  -		      noRoot="false" />
  +        <!-- Automatic config generation
  +             Set noRoot="false" if you wish to have Tomcat try to take
  +               control of the external web server's root context.
  +               Additonal configuration of the external web server may be
  +               required for this to be successful.
  +             Note: Configuration files are not written as part of the
  +               default startup behvior.  Append "jkconf" to the startup
  +               command to have Tomcat initialize, write the config files,
  +               then exit. This may be done while Tomcat is running.
             -->
  +        <ApacheConfig noRoot="true" />
  +        <IISConfig noRoot="true" />
  +        <NSConfig noRoot="true" />
   
            <!-- Uncoment for apache-style logs 
                 Attributes: logFile, flush, format