users@glassfish.java.net

Re: mod_loadbalancer.so

From: Kshitiz Saxena <Kshitiz.Saxena_at_Sun.COM>
Date: Fri, 06 Mar 2009 17:21:32 +0530

Hi,

Are you using apache bundled with Solaris 10, or you have build it from
scratch?

Have you followed all steps provided in blog -
http://blogs.sun.com/kshitiz/entry/load_balancer_plugin_in_glassfish?

The load-balancer plugin is not completely open-source. Only binaries
are available.

Load-balancer plugin is well tested with Apache 2.2.10. There should be
much issues configuring and running it on Apache 2.2.11.

Thanks,
Kshitiz

glassfish_at_javadesktop.org wrote:
> OS: Solaris 10 u3 (10_Recommended from 3.MAR.2009)
> Apache 2.2.11+ aslb-9.1.1-b7
>
> Use tutorials from:
> http://blogs.sun.com/sprabhu7/entry/install_configure_lb_on_apache
> http://blogs.sun.com/kshitiz/entry/load_balancer_plugin_in_glassfish
>
> Added this to my httpd.conf:
> LoadFile /usr/lib/libCstd.so.1
> LoadModule apachelbplugin_module modules/mod_loadbalancer.so
> <IfModule mod_apache2lbplugin.cpp>
> config-file "/usr/local/apache-parex/conf/loadbalancer.xml"
> </IfModule>
>
> After restart see this in error log:
> [Thu Mar 05 17:53:12 2009] [notice] Initializing lbplugin BuildId: GlassFish V2.1 aslb-b07
> [Thu Mar 05 17:53:14 2009] [alert] ERROR:NSS could not be initialized; The issue may be missing security DB files under /usr/local/apache22/sec_db_files; Please ensure that secmod.db, key3.db and cert7.db files are present under /usr/local/apache22/sec_db_files; Refer documentation for more details; Aborting Plugin initialization ...
>
> WTF ?
> Don't ask about permissions and existence of *.db files.
>
> p.s.
> Where i can find source of %subj% to remove NSS part from it?
> [Message sent by forum member 'mihailp' (mihailp)]
>
> http://forums.java.net/jive/thread.jspa?messageID=335464
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>