users@glassfish.java.net

Re: How to install load balancer using apache web server?

From: Pankaj Jairath <Pankaj.Jairath_at_Sun.COM>
Date: Thu, 22 Jan 2009 14:11:38 +0530

Hello Venu,

For benefit I am defining the changes again :

from
##BEGIN EE LB Plugin Parameters
Init fn="load-modules"
shlib="C:/Sun/WebServer7/plugins/lbplugin/bin/passthrough.dll"
funcs="name-trans-passthrough" Thread="no"
NameTrans fn="name-trans-passthrough" name="lbplugin"
config-file="loadbalancer.xml"
#Init fn="init-passthrough"
##END EE LB Plugin Parameters

to
##BEGIN EE LB Plugin Parameters
Init fn="load-modules"
shlib="C:/Sun/WebServer7/plugins/lbplugin/bin/passthrough.dll"
funcs="init-passthrough,service-passthrough,name-trans-passthrough"
Thread="no"
Init fn="init-passthrough"
##END EE LB Plugin Parameters

and to obj.conf :

Ensure that NameTrans directive is the very first NameTrans directive in
obj.conf. Thus move it just after following directive line -
AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"

Thus this would be : -

<Object name="default">
AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
NameTrans fn="name-trans-passthrough" name="lbplugin"
config-file="loadbalancer.xml"
.......

-/Pankaj

Pankaj Jairath wrote:
> Please refer to the changes enumerated inline which have been
> corrected for a minor editing issue in the last communication.
>
> Thanks
> Pankaj
>
> Pankaj Jairath wrote:
>> Hello Venu,
>>
>> Please do the following correction to magnus.conf :
>>
>> from
>> ##BEGIN EE LB Plugin Parameters
>> Init fn="load-modules"
>> shlib="C:/Sun/WebServer7/plugins/lbplugin/bin/passthrough.dll"
>> funcs="name-trans-passthrough" Thread="no"
>> NameTrans fn="name-trans-passthrough" name="lbplugin"
>> config-file="loadbalancer.xml"
>> #Init fn="init-passthrough"
>> ##END EE LB Plugin Parameters
>>
>> to
>> ##BEGIN EE LB Plugin Parameters
>> Init fn="load-modules"
>> shlib="C:/Sun/WebServer7/plugins/lbplugin/bin/passthrough.dll"|
>> funcs="init-passthrough,service-passthrough,name-trans-passthrough"
>> Thread="no"
>> Init fn="init-passthrough"
>> ##END EE LB Plugin Parameters||
>>
>>
>> and to obj.conf :
>>
>> Ensure that NameTrans directive is the very first NameTrans directive
>> in obj.conf. Thus move it just after following directive line -
>> AuthTrans fn="match-browser" browser="*MSIE*"
>> ssl-unclean-shutdown="true"
>>
>> regards
>> Pankaj
>>
>> |glassfish_at_javadesktop.org wrote:
>>> Hi Pankaj,
>>>
>>> In addition to above messages you can also see the magnus.conf and
>>> obj.conf attachments. I am using Windows platform.
>>>
>>> Please help me to solve this problem.
>>>
>>>
>>> Thanks
>>> Venu
>>> [Message sent by forum member 'vdprasad' (vdprasad)]
>>>
>>> http://forums.java.net/jive/thread.jspa?messageID=327529
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>