From 6610e879addc36dac0776b7a332c190dcaff12a7 Mon Sep 17 00:00:00 2001
From: markt
Date: Mon, 3 Nov 2008 23:47:38 +0000
Subject: [PATCH] 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
---
webapps/docs/manager-howto.xml | 5 +++++
1 file changed, 5 insertions(+)
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
--
2.11.0