users@glassfish.java.net

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

From: <glassfish_at_javadesktop.org>
Date: Wed, 21 Jan 2009 23:52:32 PST

obj.conf :
Please put line [NameTrans fn="name-trans-passthrough" name="lbplugin" config-file] ... just after [AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"] and not as fourth line. Also put complete path for config-file with parent-directory.

magnus.conf :
Please modify it a follows:
Init fn="load-modules" shlib="j2eeplugin.dll"
##BEGIN EE LB Plugin Parameters
Init fn="load-modules" shlib="<webserver-directory>/plugins/lbplugin/bin/passthrough.dll" funcs="init-passthrough,service-passthrough,name-trans-passthrough" Thread="no"
Init fn="init-passthrough"
##END EE LB Plugin Parameters
Init fn="load-modules" shlib="<webserver-directory>/lib/j2eeplugin.dll" shlib_flags="(global|now)"

Replace <webserver-directory> with your webserver deployment directory. Also ensure that each "Init fn ... " is in single line. It should spread across lines as you have it now.

Thanks,
Kshitiz
[Message sent by forum member 'kshitiz_saxena' (kshitiz_saxena)]

http://forums.java.net/jive/thread.jspa?messageID=327530