users@glassfish.java.net

Re: Glassfish 3.1.2 Open Source High Availability and Load Balancing

From: Paul Davies <paul.m.davies_at_oracle.com>
Date: Wed, 25 Jul 2012 08:51:25 -0700

There's even official documentation. See Chapter 7, Configuring HTTP
Load Balancing in /GlassFish Server Open Source Edition High
Availability Administration Guide/ in the all-in-one documentation
archive
<http://download.java.net/glassfish/3.1.2.2/release/glassfish-ose-3.1.2.2-docs-pdf.zip>.

On 7/24/2012 10:15 PM, Kshitiz Saxena wrote:
> 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.