<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
...
<role rolename="manager"/>
<role rolename="admin"/>
...
<user username="Ganesh" password="TomcatRocks" roles="manager,admin"/>
...
</tomcat-users>
The user Ganesh whose password is TomcatRocks would be able to use the manager and admin applications...
I'm not sure whether or not Tomcat watches this file while it is running. You may have to restart Tomcat after saving your changes.
At 17:56 2003-02-04 -0800, you wrote:
Hi All,
I got the administration webapp loaded in tomcat4.1.18 and I can get to the login page. But I dont know how the admin webapp does authentication and authorization (it doesnt seem to authenticate against the memory realm aka tomcat-users.xml). Can somebody explain how the users should be set up for the admin app.
Is there documentation for this application - I cant find anything. If anybody knows can you please point me to it?
Thanx
Ganesh
Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
