users@glassfish.java.net

Re: Apache load balance with glassfish

From: Kshitiz Saxena <Kshitiz.Saxena_at_Sun.COM>
Date: Thu, 22 Jan 2009 20:45:05 +0530

Hi Balaji,

No issue with load-balancer xml. Please do following change in httpd.conf

FROM:
# WinNT MPM
# ThreadsPerChild: constant number of worker threads in the server process
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_winnt.c>
ThreadsPerChild 250
MaxRequestsPerChild 0
</IfModule>

TO:
# WinNT MPM
# ThreadsPerChild: constant number of worker threads in the server process
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_winnt.c>
ThreadsPerChild 1
MaxRequestsPerChild 0
</IfModule>

Thanks,
Kshitiz

glassfish_at_javadesktop.org wrote:
> Hi Saxena,
> please find the loadbalancer.xml.if needed please look into httpd.conf file. .
>
>
> Thanks and Regards,
> Balaji Varaprasad.G
> [Message sent by forum member 'balaji_varaprasad' (balaji_varaprasad)]
>
> http://forums.java.net/jive/thread.jspa?messageID=327608
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>