Hello,

We are using tomcat 5.5.16 with a Redline Networks Enterprise
Application Processor load balancer between two machines.  The balancer
is session sticky.  Every so often we get a problem with users not being
able to log in.  (We are using JDBC Realm form authentication.)  The
error the users sees is the URL .../j_security_check and a standard
browser cannot connect error.  It seems Tomcat needs the user to hit the
same machine for the security check as it did for the 1st connect.  i.e.
I can simulate the problem by going to my apps login screen,
stop/starting the webapp via the manager in another browser window, and
trying to now login back in the first browser window.  I get the same
/j_security_check error.  Questions:

1. Why doesn't tomcat just send me back to the login screen if the
session is invalid?

2. Any idea why the load balancer would sometimes show this same
behavior?

Thanks.

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

Reply via email to