remm        2003/08/03 03:31:26

  Modified:    catalina/src/conf server.xml
  Log:
  - Typo fix, submitted by Liu Kang (bug 21999).
  
  Revision  Changes    Path
  1.22      +1 -1      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.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- server.xml        3 Aug 2003 03:21:58 -0000       1.21
  +++ server.xml        3 Aug 2003 10:31:26 -0000       1.22
  @@ -125,7 +125,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 -->
  
  
  

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

Reply via email to