Re: Unable to open Tomcat Manager?

2005-10-21 Thread
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

Re: Unable to open Tomcat Manager?

2005-10-20 Thread
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]>:

Unable to open Tomcat Manager?

2005-10-20 Thread
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

JDBCRealm logout and welcome page

2005-10-14 Thread
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