You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fu...@apache.org on 2003/09/13 17:08:02 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

funkman     2003/09/13 08:08:02

  Modified:    catalina/src/conf server.xml
  Log:
  typo of jvmRoute per BZ 15479
  
  Revision  Changes    Path
  1.69      +1 -1      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.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- server.xml	2 Jun 2003 01:29:22 -0000	1.68
  +++ server.xml	13 Sep 2003 15:08:02 -0000	1.69
  @@ -157,7 +157,7 @@
            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">
  +    <Engine name="Standalone" defaultHost="localhost" debug="0" jvmRoute="jvm1">
       -->
   
       <!-- Define the top level container in our container hierarchy -->