tomcat6 manager

Posted by Bary W Pollack on Ask Ubuntu See other posts from Ask Ubuntu or by Bary W Pollack
Published on 2011-01-25T11:12:02Z Indexed on 2011/02/25 23:33 UTC
Read the original article Hit count: 259

Filed under:
|

I've just installed Ubuntu 10.04 LTS Server with LAMP support. Tomcat6 seems to run ok. But, I am unable to get into the manager-webapp... I've updated the tomcat-users.xml file:

<?xml version='1.0' encoding='utf-8'?>

<tomcat-users>

  <role rolename="tomcat"/>
  <role rolename="role1"/>
  <role rolename="manager"/>
  <role rolename="admin"/>
  <user username="tomcat" password="tomcat" roles="tomcat,manager,admin"/>
  <user username="both" password="tomcat" roles="tomcat,role1"/>
  <user username="role1" password="tomcat" roles="role1"/>
  <user username="admin" password="admin" roles="manager,admin"/>

</tomcat-users>

But, no matter what I try, it keeps rejecting my username/password combo.

What might I be missing?

© Ask Ubuntu or respective owner

Related posts about server

Related posts about tomcat