further explanation follows:
the manager webapp allows every user with the role "manager" to log in, the admin webapp
requires the role "admin" - so you could have any number of users accessing the webapps, as
long as they have the required roles. of course its also possible to have a single user with both
roles:


<user username="su" password="xxx" roles="admin,manager"/>

art



Gabi wrote:

in the file tomcat-users.xml add:
<user username="manager" password="manager" roles="manager"/>
<user username="admin" password="admin" roles="admin"/>

As you can imagine, you've two new users, named manager and admin, with pwd
manager and admin and the role manager and admin.
Of course change so obious name and pwd for what you want.

Gabi. (Happy for answering something ;-) )



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





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



Reply via email to