From: markt Date: Mon, 3 Nov 2008 23:47:38 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46121 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6610e879addc36dac0776b7a332c190dcaff12a7;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46121 Add note about resources clash and using namespaces to resolve it. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@711126 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/manager-howto.xml b/webapps/docs/manager-howto.xml index da9f54ef3..a0189fe4c 100644 --- a/webapps/docs/manager-howto.xml +++ b/webapps/docs/manager-howto.xml @@ -976,6 +976,11 @@ file might look something like this:

+

Note: The definition of the resources task above will override the resources +datatype added in Ant 1.7. If you wish to use the resources datatype you will +need to use Ant's namespace support to assign the Tomcat tasks to their own +namespace.

+

Now, you can execute commands like ant deploy to deploy the application to a running instance of Tomcat, or ant reload to tell Tomcat to reload it. Note also that most of the interesting values in