Port fix bug 37439. Update engine docs with name uniqueness requirement.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 4 Nov 2006 21:24:01 +0000 (21:24 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 4 Nov 2006 21:24:01 +0000 (21:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@471264 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/engine.xml

index ac4e007..6409578 100644 (file)
       </attribute>
 
       <attribute name="name" required="true">
-        <p>Logical name of this Engine, used in log and error messages.</p>
+        <p>Logical name of this Engine, used in log and error messages. <em>When
+        using muliple <a href="service.html">Service</a> elements in the same
+        <a href="server.html">Server</a>, each Engine MUST be assigned a unique
+        name.</em></p>
       </attribute>
 
     </attributes>