users@glassfish.java.net

Re: Glassfish 3.1.2 Open Source High Availability and Load Balancing

From: Kshitiz Saxena <kshitiz.saxena_at_oracle.com>
Date: Wed, 25 Jul 2012 10:45:53 +0530

You can use apache + mod_jk. You can refer to Amy's blog
<http://weblogs.java.net/blog/amyroh/archive/2012/02/15/running-glassfish-312-apache-http-server>
on the same. There are other blogs available as well. Just google :-)

Thanks,
Kshitiz


On 25/07/12 3:16 AM, Charles Brown wrote:
> Can load balancing be achieved with the open source edition (3.1.2)
> without using the load-balance plug-in?
> I have the following configuration:
> 2 nodes (different machines), single cluster of 3 instances on each
> node... currently, no HTTP server set up (CentOS 6 machines)
> I want to enable load balancing...
>
> I have NetScaler available...
>
> I'm trying to determine the best approach, while still using the OSE.
>
> Thanks.