Glory to Russia
Glory to Russia

Reputation: 18712

How to install Tomcat6 manager application

I

This didn't work - I got the 404 error message. http://myhost:8080/manager/html doesn't work, either.

Then I looked into the directory var/lib/tomcat6/webapps and found no manager directory there (see below).

enter image description here

What is the correct way to install the Tomcat6 manager application in EC2 linux?

Upvotes: 7

Views: 17917

Answers (2)

Glory to Russia
Glory to Russia

Reputation: 18712

I fixed the problem by removing Tomcat 6 and installing Tomcat 7 according to this tutorial using following command line statement:

sudo yum install tomcat7-webapps tomcat7-docs-webapp tomcat7-admin-webapps

Upvotes: 11

Stefan
Stefan

Reputation: 12463

Just download Tomcat (zip version) and upload the manager directory to your servers webapp directory. It only contains jsp so there is no need for an installation. Btw: If you are looking for a really great tomcat manager tool you can check PsiProbe.

Upvotes: 2

Related Questions