You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2006/10/30 04:59:01 UTC

svn commit: r469057 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/engine.xml

Author: markt
Date: Sun Oct 29 19:59:00 2006
New Revision: 469057

URL: http://svn.apache.org/viewvc?view=rev&rev=469057
Log:
Fix bug 37439. Update engine docs with name uniqueness requirement.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml
    tomcat/container/tc5.5.x/webapps/docs/config/engine.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=469057&r1=469056&r2=469057
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Oct 29 19:59:00 2006
@@ -34,6 +34,10 @@
         (markt)
       </fix>
       <fix>
+        <bug>37439</bug>: Update documentation for Engine component to add
+        the requirement that the name must be unique. (markt)
+      </fix>
+      <fix>
         <bug>39436</bug>: Correct MIME type for SVG. (markt)
       </fix>
       <fix>
@@ -69,7 +73,7 @@
         Daniel Santos. (pero)
       </fix>
       <fix>
-        <bug>40817</bug>: Correct problem where scripts in the root of the
+        <bug>40817</bug>: Correct problem where CGI scripts in the root of the
         ROOT context threw a <code>StringIndexOutOfBoundsException</code>.
         (markt)
       </fix>

Modified: tomcat/container/tc5.5.x/webapps/docs/config/engine.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/engine.xml?view=diff&rev=469057&r1=469056&r2=469057
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/engine.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/engine.xml Sun Oct 29 19:59:00 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org