Author: yoavs
Date: Thu Apr 13 12:25:01 2006
New Revision: 393898

URL: http://svn.apache.org/viewcvs?rev=393898&view=rev
Log:
Bugzilla 38262: http://issues.apache.org/bugzilla/show_bug.cgi?id=38262

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

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=393898&r1=393897&r2=393898&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Thu Apr 13 12:25:01 2006
@@ -71,6 +71,9 @@
       <fix>
         <bug>38217</bug>: Added cautionary note about keystore password to SSL 
HowTo, as suggested by Ralf Hauser. (yoavs)
       </fix>
+      <fix>
+        <bug>38262</bug>: Cleared ambiguity in host documentation, as 
suggested by Jeffrey Bennett. (yoavs)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -105,6 +108,13 @@
       <fix>
         tcnative jnilib.c now report correct compile flags for runtime 
         Library.java checks like sendfile support default true/false (pero)
+      </fix>
+    </changelog>
+  </subsection>
+  <subsection name="Jasper">
+    <changelog>
+      <fix>
+        <bug>38015</bug>: Remove misleading warnings logged in 
TagLibraryInfoImpl, as suggested by Andrew Houghton. (yoavs)
       </fix>
     </changelog>
   </subsection>

Modified: tomcat/container/tc5.5.x/webapps/docs/config/host.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/config/host.xml?rev=393898&r1=393897&r2=393898&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/host.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/host.xml Thu Apr 13 12:25:01 
2006
@@ -280,7 +280,8 @@
         is set to <code>false</code>.  If you redeploy an updated WAR file,
         be sure to delete the expanded directory when restarting Tomcat, so
         that the updated WAR file will be re-expanded (note that the auto
-        deployer will automatically take care of this if it is enabled).</li>
+        deployer, if enabled, will automatically expand the updated WAR file
+        once the previously expanded directory is removed).</li>
     <li>Any subdirectory within the <em>application base directory</em>
         that appears to be an unpacked web application (that is, it contains
         a <code>/WEB-INF/web.xml</code> file) will receive an automatically



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to