[Bug 1128067] Re: tomcat7-admin: Incorrect path for manager webapp
TJ
ubuntu at iam.tj
Sun Feb 17 13:23:08 UTC 2013
** Description changed:
On 12.04.2 server the tomcat7-admin package installs the manager
application to
/usr/share/tomcat7-admin/manager
but "/usr/share/tomcat7-admin/host-manager/manager.xml" contains a non-
- existent path:
-
- which results in container failures when the manager.xml is deployed.
+ existent path which results in container failures when the manager.xml
+ is deployed.
The change required is:
# git diff
diff --git a/host-manager/manager.xml b/host-manager/manager.xml
index 8416263..08e885c 100644
--- a/host-manager/manager.xml
+++ b/host-manager/manager.xml
@@ -24,7 +24,7 @@
- -->
-
-
+ -->
+
-<Context docBase="${catalina.home}/webapps/manager"
+<Context docBase="${catalina.home}/../tomcat7-admin/manager"
- privileged="true" antiResourceLocking="false" antiJARLocking="false">
-
- </Context>
+ privileged="true" antiResourceLocking="false" antiJARLocking="false">
+
+ </Context>
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat7 in Ubuntu.
https://bugs.launchpad.net/bugs/1128067
Title:
tomcat7-admin: Incorrect path for manager webapp
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1128067/+subscriptions
More information about the Ubuntu-server-bugs
mailing list