Hi,
The manager role can be accessed by http://localhost:8080/manager and by setting the role witha entry say in tomcat-users.xml as <user username="alok" password="alok" roles="standard,manager"/> The mangager role is used to have a web page to install,deploy ,remove,start,stop the applications on tomcat.You can view the details regarding the aplications,session etc also. All the commnads are given in http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html Alok "Shapira, Yoav" <[EMAIL PROTECTED]> on 10/16/2002 10:57:34 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject: RE: Webinterface for tomcat? Hi, There's the Manager webapp in tomcat 4.0.x, and the Manager and Admin webapps in tomcat 4.1.x. The 4.1.x versions are much more full-featured. The documentation is at: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html For the 4.1.x admin webapp, you need a user in tomcat-users.xml whose role is "admin". For the managers webapps, you need one with role "manager". What are you looking to do with this web interface? Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Kristj�n R�narsson [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, October 16, 2002 12:23 PM >To: Tomcat Users List >Subject: Webinterface for tomcat? > >Ist there a webinterface for Tomcat and where can I get it (if such an >animal exists that is)? > >Greetings and Salutations > >Kristjan Runarsson > >-- >To unsubscribe, e-mail: <mailto:tomcat-user- >[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:tomcat-user- >[EMAIL PROTECTED]> 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
