I have server.xml, no resource-env-ref nor manager.xml
My context.xml is within meta-inf directory.
The problem still persists.
Can I confine the prompt of username and password of JDBCRealm to
certain directory only?
such as
http://localhost:8080/welcome.jsp, does not prompt
http://localhost:808
Yes, Andy.
I use MySQL and JDBCRealm.
If tomcat-users.xml is ignored, it is fine.
But I have entered records in table of user and user role.
I have tried input the password in both plain text and MD5 encrypted
in user table. Still not okay.
2005/10/21, Caldarale, Charles R <[EMAIL PROTECTED]>:
My tomcat-users.xml
My server.xml
I have inputted username and user role in tables.
Still receive this message
HTTP Status 403 - Access to the requested resource has been denied
-
To unsubscri
After logout with JDBCRealm FORM and if the welcome page
stays within the webapp, is it possible?
I wonder when the welcome page is within the webapp,
JDBCRealm will ask the username and password,
but after logout, welcome page within the webapp
should not be asked for username and password.
Shou