Fwd: forms authentication in cluster

2005-05-06 Thread Bharan Bhaskar
Note: forwarded message attached. Yahoo! Mail Stay connected, organized, and protected. Take the tour--- Begin Message --- Hi I have two tomcat servers 4.0.x with apache 1.3.x to load balance the requests. Now when a new browser is opened and i used forms based authentication it takes me to

forms authentication in cluster

2005-05-06 Thread Bharan Bhaskar
Hi I have two tomcat servers 4.0.x with apache 1.3.x to load balance the requests. Now when a new browser is opened and i used forms based authentication it takes me to the correct page but when i submit that page the servlet gets executed which takes me to the login page instead of the next

Wierd Realm authentication problem - Tomcat 4.1.30 / Jakarta Stru ts 1.1 / Internet Explorer 5.5+ / Forms Authentication

2004-08-10 Thread Graff, David
I am having a bit of an intermittent problem with Realm Authentication. I've got a jdbc realm (backed by hsql) configured for form based authentication under Tomcat 4.1.30. My application is developed on Struts 1.1. The problem I'm running into is that even after entering correct credentials, I g

RE: Forms Authentication

2004-01-08 Thread Chris Ward
> I want to have a login link and a logout link. > how do you tell j_security_check where to go once the > user has logged in successfully. If your application requires the "click here to login" functionality, where would the user expect to go after logging in? If it's to a generic welcome/

RE: Forms Authentication

2004-01-07 Thread Gregg Bolinger
mcat Users List Subject: Re: Forms Authentication : So is there a way to overcome this? BTW ? if I reference the login.jsp from : a secure page, everything works fine. So I know I have things setup : correctly thus far. If I may ask, why would you want to hit the login page directly? Is this fo

Re: Forms Authentication

2004-01-07 Thread Tang Wern Chait
- Original Message - From: "QM" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 8:01 AM Subject: Re: Forms Authentication > : So is there a way to overcome this? BTW ? if I reference the login.jsp from &g

Re: Forms Authentication

2004-01-07 Thread QM
: So is there a way to overcome this? BTW ? if I reference the login.jsp from : a secure page, everything works fine. So I know I have things setup : correctly thus far. If I may ask, why would you want to hit the login page directly? Is this for a "click here to login" link? -QM -- software

Forms Authentication

2004-01-07 Thread Gregg Bolinger
I am working with Tomcat 5 and Forms authentication. I am just using the tomcat-users.xml for now until I get everything working. What I am wondering is if I go directly to my login.jsp page instead of letting Tomcat determine if I need to go there based on the page I am accessing, how do you

RE: problem with forms authentication

2004-01-04 Thread Clark D. Richey, Jr.
Sent: Monday, January 05, 2004 12:22 AM To: Tomcat Users List Subject: Re: problem with forms authentication : Invalid direct reference to form login page Just one, but it has nothing to do with the upgrade: are cookies enabled in your browser? -QM -- software -- http://www.brandxdev.n

Re: problem with forms authentication

2004-01-04 Thread QM
: Invalid direct reference to form login page Just one, but it has nothing to do with the upgrade: are cookies enabled in your browser? -QM -- software -- http://www.brandxdev.net (C++ / Java / SSL) tech news -- http://www.RoarNetworX.com ---

problem with forms authentication

2004-01-04 Thread Clark D. Richey, Jr.
I am running Tomcat 5.0.16 and using Form based authentication with the JDBC realm. I have ported an application that was previously running on Tomcat 4.x to 5.0.16. Now, after being authenticated on the login page I keep receiving this error: Invalid direct reference to form login page I am n