Hi All, Thanks for ur response. My tomcat-user.xml.is as follows, <?xml version='1.0' encoding='utf-8'?> <tomcat-users> <role rolename="role1"/> <role rolename="tomcat"/> <user username="role1" password="tomcat" roles="role1"/> <user username="tomcat" password="tomcat" roles="tomcat"/> <user username="both" password="tomcat" roles="tomcat,role1"/> </tomcat-users>
I can't login as user=role1 , password=tomcat or any ther usernames,passwords in the above file Bopanna -----Original Message----- From: "Nikola Milutinovic" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2003 13:38:27 +0200 Subject: Re: Tomcat Admin Password > > Hi All, > > I can't log as administrator in to Tomcat 4.1.24 using > > > > username : admin > > password : setup > > > > is this the default password? > > There is no default password, you have to enter your own in > tomcat-users.xml > > Nix. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
