Hi,

>This is the code from tomcat_users.xml :
><?xml version='1.0' encoding='utf-8'?>
><tomcat-users>
>  <role rolename="tomcat"/>
>  <role rolename="role1"/>
>  <user username="tomcat" password="tomcat" roles="tomcat"/>
>  <user username="role1" password="tomcat" roles="role1"/>
>  <user username="both" password="tomcat" roles="tomcat,role1"/>
>  <user username="express" password="thames" roles="manager,admin"/>
></tomcat-users>

So the express user has the admin and manager roles, but those roles are
not defined.  Add two lines to the file,
<role rolename="manager" />
<role rolename="admin" />

Restart Tomcat, and try again.

Yoav




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to