Author: markt Date: Sat Nov 4 13:24:01 2006 New Revision: 471264 URL: http://svn.apache.org/viewvc?view=rev&rev=471264 Log: Port fix bug 37439. Update engine docs with name uniqueness requirement.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/engine.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/engine.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/engine.xml?view=diff&rev=471264&r1=471263&r2=471264 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/engine.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/engine.xml Sat Nov 4 13:24:01 2006 @@ -77,7 +77,10 @@ </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> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]