Hi i want to configure the admin and manager for the
tomcat 5.5 that is installed on my machine, my tomcat path is
c:\Tomcat 5.5
i unziped the apache-tomcat-5.5.27-admin folder from
http://tomcat.apache.org/download-55.cgi and copied \conf\Catalina\localhost\admin.xml file of unzipped apache-tomcat-5.5.27-admin folder in my c:\Tomcat 5.5\conf and also copied the admin folder present in the server\webapps\ of unzipped apache-tomcat-5.5.27-admin in my
C:\Tomcat 5.5\server\webapps
Now i could see the tomcat web server administration tool page which asks for username and password, on entering the username="admin" and password=""
it says Invalid username or password! in my tomcat users.xml file i have the entries as
<tomcat-users>
<role rolename="tomcat"/>
<role rolename="role1"/>
<role rolename="standard"/>
<role rolename="manager"/>
<role rolename="admin"/>
<user username="administrator" password="ruquia" roles="admin,standard,manager"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="role1" password="tomcat" roles="role1"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
<user username="admin" password="" roles="admin,manager"/>
</tomcat-users>
i tried with all the username and passwords but it still says that invalid username and password.
any suggestions on this issue i need to install admin and manager console.