Monday, December 26, 2005

Tomcat Adminstration and Tomcat Manager


Entries that are to be made in "tomcat-users.xml" to facilitate access to Tomcat Manager and Admin

role rolename="admin"/>
role rolename="manager"/>
user username="vishnu" password="vishnu" roles="admin,manager"/>

username and password attribute values in "user" tag are user-defined(Can be anything)

0 Comments:

Post a Comment

<< Home