Hi all,

I have an application in which JRun serves the job of the Web Container, and
another application serves the job of an EJB Container.  The session is
maintained
in the application server, primarily because the architecture employs a
cluster
of webservers, which are load balanced by a Cisco Local Director Router.

Currently, if Session were maintained on the web container (in HttpSession)
then there would be no guarantee that repeated HttpRequests in a user's
session would be served by the same JRun instance in the cluster, therefore
making Session Management on the Web Container a tricky task.

Is there an established way of configuring a cluster of JRun Servers, so
that
HttpSession can be maintained _across the cluster_ without simply insisting
that all user sessions are handled by the same JRun Server (as this doesn't
allow failover of Servers without session invalidation).

If anyone has done this before, or has pointers to reference material, I'd
be very interested in discussing this.

Best wishes,

Steven


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to