hgomez      2002/10/22 02:45:35

  Modified:    catalina/src/conf server.xml
  Log:
  Add comment about jvmroute in Engine to use jk/jk2 load-balancing
  
  Revision  Changes    Path
  1.63      +4 -0      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.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- server.xml        16 Aug 2002 20:19:32 -0000      1.62
  +++ server.xml        22 Oct 2002 09:45:34 -0000      1.63
  @@ -149,6 +149,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