Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44943
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 21 May 2009 04:03:05 +0000 (04:03 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 21 May 2009 04:03:05 +0000 (04:03 +0000)
Reduce copy/paste issues caused by different engine names.
Applying the same fix to exe installations of Tomcat.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@776945 13f79535-47bb-0310-9956-ffa450edef68

res/confinstall/server_2.xml

index 11ed602..e070cea 100644 (file)
@@ -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">