I have enabled JDBCRealm with MD5 in server.xml Tomcat 5.5.
Then I am not able to login "Tomcat Manager".
When I click "Tomcat Manager",
I input the username and password in tomcat-users.xml,
it keeps on prompting me username and password.
I wonder if the old password is not encrypted by MD5.
Then I encrypt the password by MD5 and put into tomcat-users.xml.

<user username="admin" password="MD5 encrypted" roles="admin,manager" />

Still the same?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to