How can I install Tomcat Manager without reinstalling Tomcat?

OS: Windows XP.

I already have working Tomcat 7.0.25, and the manager folder is in the webapps folder.

I read the documentation here: http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html and talks about the manager already installed.

I have already set up the gui manager role for the user.

The problem is that if I access the manager using http://localhost/manager, I only get a white page (no content), if I try https://localhost/manager, I get 404 error.

Any clue?

A link to download the manager application would also be useful.

+5
source share
2 answers

, URL http://localhost:8080/manager/html/. /, . URL-, GUI , - Tomcat.

+2

tomcat 80?

8080, URL http://localhost:8080/manager.

, tomcat 80, : , , (, Apache httpd), 80 .

0

All Articles