users@glassfish.java.net

Re: Cluster can not handle session. Please help?....

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Mon, 11 Apr 2011 09:08:11 -0500

When attempting to view the images, I'm getting a URL validation error.

Are you accessing your cluster using a load balancer? If you are using
IP addresses to access your server, then you will not see the session
preserved across instances because of the way cookies are handled in the
browser. A load balancer is needed in front of the server to make this
work properly for HA access to an application.

Tom