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 user's request is directed 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?  Does anyone have any suggestions about this configuration?

Thanks,

Richard

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to