I created a tomcat6 instance using the tomcat6-instance-create
command from the tomcat6-user
package. However, there are no webapps by default, and I want to add the "manager" webapp to this instance. For the system-wide tomcat6, this would be installed by installing the tomcat6-admin
package. Is there any way to do this in Ubuntu 10.04?
Asked
Active
Viewed 667 times
0

Matthew
- 101
- 1
2 Answers
1
Looks like it installs the manager webapp into the directory:
/usr/share/tomcat6-admin
I would expect you need to install the tomcat6-admin package first.

Walter Feddern
- 11
- 1
-
I have tomcat6-admin installed ... makes no difference. – lrkwz Dec 05 '12 at 16:48
0
What I ended up doing was just downloading the tomcat6 tarball, and copying the "manager" webapp to my own tomboy instance. But it seems like there must be a better way...

Matthew
- 101
- 1