Hi,
Has anyone here used JServ or any other servlet engine on a machine
running behind a load balancer? Our configuration is that we have multiple
machines running Apache and JServ w/ GnuJSP running behind a load balancer.
We have a problem with HttpSessions b/c the sessions are not shared across
the JServ installations. If a session is created for a user on server 'A'
for example, and later, the load balancer directs the user's request to
server 'B', then the user's session is not present and a new session is
started. What we would like is that the session remain intact regardless of
which server a request is directed to. Is there a configuration of the
servlet runner that will allow this? Is there any add-on software that
synchronizes the sessions between the machines? Does anyone have any
suggestions about this configuration?
Thanks,
Richard
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets