Using Apache mod_jk with BigIP LTM and JBOSS
1) Make sure your JBOSS is running and listening on AJP port 8009
2) LTM Load Balancer Configuration
a) Create a TCP monitor jboss-tcp-monitor using parent profile TCP
b) Create a Virtual Server with port 8009
c) Create a Pool
d) Create a Pool member with port 8009. The member will be JBOSS server IP and port 8009
e) Associate Pool with jboss-tcp-monitor
Reference: http://jbossadmin.blogspot.com/2010/03/ltm-configuration-for-apache.html
3) Configure mod_jk in apache
Reference: http://jbossadmin.blogspot.com/2010/03/apache-jboss-integration.html
Update these values to read as
worker.node1.port=8009
worker.node1.host={ltm-loadbalancer-vip}
worker.node1.type=ajp13
4) Test the browser website URL
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home