You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2009/05/21 06:03:05 UTC

svn commit: r776945 - /tomcat/trunk/res/confinstall/server_2.xml

Author: kkolinko
Date: Thu May 21 04:03:05 2009
New Revision: 776945

URL: http://svn.apache.org/viewvc?rev=776945&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44943
Reduce copy/paste issues caused by different engine names.
Applying the same fix to exe installations of Tomcat.

Modified:
    tomcat/trunk/res/confinstall/server_2.xml

Modified: tomcat/trunk/res/confinstall/server_2.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/confinstall/server_2.xml?rev=776945&r1=776944&r2=776945&view=diff
==============================================================================
--- tomcat/trunk/res/confinstall/server_2.xml (original)
+++ tomcat/trunk/res/confinstall/server_2.xml Thu May 21 04:03:05 2009
@@ -29,7 +29,7 @@
          Documentation at /docs/config/engine.html -->
 
     <!-- You should set jvmRoute to support load-balancing via AJP ie :
-    <Engine name="Standalone" defaultHost="localhost" jvmRoute="jvm1">         
+    <Engine name="Catalina" defaultHost="localhost" jvmRoute="jvm1">         
     --> 
     <Engine name="Catalina" defaultHost="localhost">
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org