Author: violetagg
Date: Wed Jul 8 12:20:13 2015
New Revision: 1689856
URL: http://svn.apache.org/r1689856
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58112
Add to the documentation that tomcat-util.jar is also needed when executing
Manager's commands with ANT
Modified:
tomcat/trunk/webapps/docs/manager-howto.xml
Modified: tomcat/trunk/webapps/docs/manager-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/manager-howto.xml?rev=1689856&r1=1689855&r2=1689856&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/manager-howto.xml (original)
+++ tomcat/trunk/webapps/docs/manager-howto.xml Wed Jul 8 12:20:13 2015
@@ -1147,7 +1147,8 @@ commands, you must perform the following
You must use version <strong>1.4</strong> or later.</li>
<li>Install the Ant distribution in a convenient directory (called
ANT_HOME in the remainder of these instructions).</li>
-<li>Copy the file <code>server/lib/catalina-ant.jar</code> from your Tomcat
+<li>Copy the files <code>server/lib/catalina-ant.jar</code> and
+ <code>server/lib/tomcat-util.jar</code> from your Tomcat
installation into Ant's library directory (<code>$ANT_HOME/lib</code>).
</li>
<li>Add the <code>$ANT_HOME/bin</code> directory to your <code>PATH</code>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]