Hi, It is fairly simple. You dont need to do much to make your Admin application to work.
In your tomcat-user.xml file add a "admin" role (without quotes). You can copy an existing role and element. There are two existing roles, role1 and tomcat. There are also three existing users i.e role1, tomcat, and both. Add the "admin" role to any of there users. You must chage your password to make your application secure. When tomcat asks for the username password, enter the name and password of the user with admin role as you defined above. You should see your admin application working. If you have already messed up with you installation you can make a fresh install and do the above changes. Raj Saini ----- Original Message ----- From: "Medha Parthasarathy Iyengar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 26, 2002 4:18 PM Subject: Tomcat Admin tool Setup > Hi, I am learner java and tomcat. I have installed tomcat 4.1.10 and > java jdk1.4.1. I have changed the tomcat4.conf in > /var/tomcat4/conf/tomcat4.conf to include the correct page of java. On > my brower, the system comes and stop here > http://localhost:8080/index.jsp When i try to click on Tomcat > Administration or Tomcat Manager, It is asking for userid and password. > As suggest and i have made changes in the tomcat-users.xml and the same > look as under : =========================================== <?xml > version='1.0' encoding='utf-8'?> > =========================================== STill the password has not > got set ot the above in the tomcat-user.xml. Assist me in getting the > web administration and manager tool to work. Regards Medha -- To > unsubscribe, e-mail: For additional commands, e-mail: tsdok > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
