hgomez      2002/10/22 02:48:15

  Modified:    catalina/src/conf server.xml
  Log:
  Add comment about jvmroute in Engine to use jk/jk2 load-balancing
  
  Revision  Changes    Path
  1.9       +4 -0      jakarta-tomcat-catalina/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/server.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- server.xml        11 Oct 2002 08:54:12 -0000      1.8
  +++ server.xml        22 Oct 2002 09:48:15 -0000      1.9
  @@ -126,6 +126,10 @@
            analyzes the HTTP headers included with the request, and passes them
            on to the appropriate Host (virtual host). -->
   
  +    <!-- You should set jvmRoute to support load-balancing via JK/JK2 ie :
  +    <Engine name="Standalone" defaultHost="localhost" debug="0" jmvRoute="jvm1">    
     
  +    --> 
  +         
       <!-- Define the top level container in our container hierarchy -->
       <Engine name="Standalone" defaultHost="localhost" debug="0">
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to