Problem with authentication through mod_webapp

2002-06-18 Thread Markus Kirsten
Hi, I've successfully set up a JDBC Realm for my application that works perfectly when I'm going straight to Tomcat (that is using port 8080) but not when I'm trying to access it trough Apache (with mod_webapp). Authentication always fails when I'm going through mod_webapp, but work just as

Re: Problem with authentication through mod_webapp

2002-06-18 Thread Richard Plukker
Do you use the basic authentication method? Maybe try the form authentication method. Because apache also has a basic authentication method, maybe these two don't get along. Markus Kirsten wrote: Hi, I've successfully set up a JDBC Realm for my application that works perfectly when I'm

Re: Problem with authentication through mod_webapp

2002-06-18 Thread Markus Kirsten
Hi Richard, No, I'm using FORM based authentication and the login page shows up when I try to access a resource inside a protected area, but no matter which account I try to log on with I just get to the login failed page. Does anyone have a JDBC Realm up and running together with mod_webapp