Hi,
I've installed a Ubuntu 8.10 Server with the Tomcat preconfigured package. I can access to http://remoteip:8080 and the "It works !" appears. In that page there are a link to the Tomcat Manger: http://remoteip:8080/manager/html and a login request appears. No user can login.
I've edited /etc/tomcat6/tomcat-users.xml to add a new role:
<role rolename="manager"/>
And a user with that role:
<user username="tomcat" password="tomcat" roles="manager"/>
And another user to test:
<user username="test" password="test" roles="manager"/>
And restarted the server:
/etc/init.d/tomcat6 restart
But the problem is not solved, I can't access to Tomcat Manger
Any idea?



Adv Reply




Bookmarks