Top "Tomcat-manager" questions

Management interface for the tomcat container.

Restrict access to Tomcat manager by IP

I'm trying to restrict all the requests to my Tomcat manager which don't come from my IP. So far, I …

tomcat tomcat7 tomcat-valve tomcat-manager
Accessing Tomcat manager throws 404

I am using Tomcat 7.0.65. Here is my tomcat-users.xml: <role rolename="manager"/> <role rolename="manager-gui"/> <…

tomcat7 tomcat-manager
Disable Tomcat7 Manager

The web interface http://localhost:8080/manager/html. Is there a way to disable or completely remove it? Just asking so …

tomcat tomcat7 tomcat-manager
how can I install Tomcat Manager without reinstalling Tomcat?

OS: windows XP. I already have a working Tomcat 7.0.25 installation and the folder "manager" is in the webapps folder. I …

tomcat tomcat-manager
Unable to access Manager app on Tomcat 7.0.39

I'm unable to access the manager app. I've added the manager-gui role to the tomcat-users.xml file ...& added the …

tomcat tomcat-manager
Tomcat Manager Authentication repeated popup while running a Java web project

I get a repeatedly popup to login to Tomcat Manager Application whenever I try running a Java web Project. Putting …

java tomcat tomcat-manager
Tomcat 7 manager /text interface does not work

I've just setup a new Tomcat 7.0.59 installation and added the Tomcat Manager application to web-apps. I'm able to login and …

java tomcat tomcat7 tomcat-manager