hi
I am using tomcat-5.0.28 on linux9.0 working well.
I start
tomcat server with
http://localhost:8080 or 127.0.0.1:8080 to login but when i using
http://localhost:8080/admin or 127.0.0.1:8080/admin
index page appears and asking enter username and password after the sabbmition it given error message
I downloaded tomcat from jakarta side "jakarta-tomcat-5.0.28.tar.gz"
taken the refranace from wrox publication book ISBN 81-265-0583-4 Page no 14
I have the following tomcat_user.xml file
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="tomcat"/>
<role rolename="role1"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="role1" password="tomcat" roles="role1"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
</tomcat-users>
please help me how to login this tomcat 5.0