Hello all and all,

I can not reach a "host-manager webapp"
where is the mistake

my tomcat-users.xml file :


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

<
  <role rolename="tomcat"/>
  <user username="tomcat" password="T789852t" roles="tomcat"/>

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

  <role rolename="role1"/>
  <user username="role1" password="T789852t" roles="role1"/>

  <role rolename="admin-gui"/>
  <user username="tomcat" password="T789852t" roles="admin-gui"/>

>
</tomcat-users>

vincent

Reply via email to