users@glassfish.java.net

mod_loadbalancer.so

From: <glassfish_at_javadesktop.org>
Date: Thu, 05 Mar 2009 23:47:43 PST

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