I also noted that file Tomcat6.0\webapps\manager\manager.xml has following contents: <Context docBase="${catalina.home}/server/webapps/manager" privileged="true" antiResourceLocking="false" antiJARLocking="false">
<!-- Link to the user database we will get roles from --> <ResourceLink name="users" global="UserDatabase" type="org.apache.catalina.UserDatabase"/> </Context> However there is no such path existing ${catalina.home}/server/webapps/manager. Neither I cound find it from installation files. Can somebody explain - what is happening here? Regards, Zhenja "Zhenja" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am able to go to http://localhost:8080/manager/html. On this page I have 4 > applications listed: docs, examples, manager and host-manager. I can browse > to docs and examples. But when I try to browse to manager or host-manager, I > get error 404. > I had in my tomcat-users.xml already entry > <user username="admin" password="lala" roles="admin,manager"/> > I've added another one, and logged in under this different account, but > result is the same. > > Zhenja > > "Rashmi Rubdi" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > 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] > > > > > > > > > --------------------------------------------------------------------- > 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]