Hi,
I have a worker.properties define like this:
worker.list=loadbalancer,status
  | 
  | # Define Node 1
  | worker.node1.port=8009
  | worker.node1.host=192.168.0.101
  | worker.node1.type=ajp13
  | worker.node1.lbfactor=1
  | 
  | # Define Node 2
  | worker.node2.port=8009
  | worker.node2.host=192.168.0.102
  | worker.node2.type=ajp13
  | worker.node2.lbfactor=1
  | 
  | # Load-balancing behaviour
  | worker.loadbalancer.type=lb
  | worker.loadbalancer.balance_workers=node1,node2
  | worker.loadbalancer.sticky_session=true
  | 
  | worker.status.type=status
  | worker.list=jkstatus
  | worker.jkstatus.type=status

Then I want to add a new JBoss instance(node3),and apache httpd is in 
running.How can I add a new worker node without stop and start apache?Does jk 
support dynamic load the worker.properties?If so,how to configure it?Or some 
other suggests?Thank you!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235444#4235444

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235444
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to