From: markt Date: Sat, 4 Nov 2006 21:24:01 +0000 (+0000) Subject: Port fix bug 37439. Update engine docs with name uniqueness requirement. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9537743f7160a12e353b9ca19df12aea520ea02e;p=tomcat7.0 Port fix bug 37439. Update engine docs with name uniqueness requirement. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@471264 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/engine.xml b/webapps/docs/config/engine.xml index ac4e0073e..64095780f 100644 --- a/webapps/docs/config/engine.xml +++ b/webapps/docs/config/engine.xml @@ -77,7 +77,10 @@ -

Logical name of this Engine, used in log and error messages.

+

Logical name of this Engine, used in log and error messages. When + using muliple Service elements in the same + Server, each Engine MUST be assigned a unique + name.