DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40531>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40531 ------- Additional Comments From [EMAIL PROTECTED] 2006-09-18 08:40 ------- Sorry, I may have not provided the necesary info for this. This is the situation: One cluster of 4 Jboss instances wich use Tomcat as JSP/Servlet implementation for serving a <distributable> web-app.., Jboss takes care of replication and clustering issues and Apache+mod_jk takes care of load balancing. When an authentication-protected webapp is deployed in such environment, things begin to go wrong when the node that processes form-based authentication queries (j_security_check) is different from the node that redirected the user to the login page (and the one that saves a SavedRequest object as a note in tomcat's Session). That makes succesive authentication request happen as such SavedRequest Object is not granted to be available on all cluster nodes, as it is not Serializable and it is not monitorized to be replicated within the cluster. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]