On 2010/9/6 22:58, Subrat Kumar Pattnaik wrote:
When I typed on my browser "http://localhost:8080/"; its open. But after that
whatever I want to do like Status, Tomcat Manager and Host Manager its
asking for my user name and password. But its not login to my Tomcat
manager. So please briefly tell me what to do for this

Thank You
1. open %tomcat_home%\conf\tomcat-users.xml, add this line:
<role rolename="manager-gui"/>
<user username="tomcat" password="tomcat" roles="manager-gui"/>

2. restart tomcat
3. login in as tomcat/tomcat

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to