The correct default URL for the manager app on Tomcat 6.0.10 is http://localhost:8080/manager/html , I'm able to access it after a fresh install of Tomcat.
You also need to add an entry into tomcat-users.xml located under ...\apache-tomcat-6.0.10\conf\ Something like: <?xml version='1.0' encoding='utf-8'?> <tomcat-users> <role rolename="manager"/> <role rolename="admin"/> <user username="someusername" password="somepassword" roles="admin,manager"/> </tomcat-users> -Rashmi On 4/14/07, Zhenja <[EMAIL PROTECTED]> wrote:
Hi all! I have installed Tomcat 6.0.10 on Windows XP as windows service. I can browse to examples and they are running. But when I browse to /manager or /host-manager I get error 404 - The requested resource is not available. Please help. Regards --------------------------------------------------------------------- To start a new topic, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To start a new topic, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]