On Mon, 2011-10-17 at 09:07 -0700, ettoregia wrote: > > > Tim Watts-3 wrote: > > > > On Mon, 2011-10-17 at 08:08 -0700, ettoregia wrote: > > > >> When I try to access the tomcat manager link I get an 404 page error. > >> > > > > What URL are you using? Did you enable access (i.e. are you really > > getting a 404 and not a 403)? > > > > Yes is a 404, before there was an error saying that I didn't configure the > > role admin.. > > Then It started working fine. After few days I had to delete those files > > under conf/Catalina/localhost. > > Now they're there again. > >
So when you mouse-over the link, it shows "http://localhost:8080/manager/html", right? It sounds like somehow the manager app got undeployed. Do /webapps/manager & /webapps/host-manager exist? Are they non-empty? Is autoDeploy still enabled? What does your <Host> tag for localhost look like? Is there any other non-default configuration that could be tripping you up? > > > > http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Configuring_Manager_Application_Access > > > > > >> It says the resource is unavailable, the only row in the > >> conf/Catalina/localhost/manager.xml & host-manager.xml is > >> > >> "<?xml version="1.0" encoding="UTF-8"?> > >> <Context antiResourceLocking="false" privileged="true" useHttpOnly="true" > >> />" > >> > >> Any ideas on what could be the problem? > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
