On 27.09.2016 03:36, vincent wrote:
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>

<   *** where does this "<" come from ?

   <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"/>

 >  *** and this ">" ?

</tomcat-users>


and what does the tomcat logfile say ?



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

Reply via email to