Christian Röttger wrote:
> hello,
>
> i installed tomcat 6.0.24 from the repositorys on ubuntu server 10.04
> with this installation guide:
> https://help.ubuntu.com/10.04/serverguide/C/tomcat.html
>
> i can access the index.html on myserver:8080 and can run the example
> servlets. i updated the |/etc/tomcat6/tomcat-users.xml |with an user
> "admin" and the roles admin and manger. But i cant get access to the
> manager page.
1) and what does the log say ? /var/log/tomcat6/....
2) the URL is http://myserver:8080/manager/html
3) make sure that you have not forgotten to remove the XML comment signs around the
section in tomcat-users.xml
<!-- this is a comment
over several lines
-->
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|