Couple things I see; may be others but this will get you started:

1) mod_jk uses the AJP connector, not the HTTP connector.  Check your 
server.xml to make sure it's enabled (it is by default).  Then modify 
worker.properties to use the port AJP is listening on (default is 8009).

worker.node1.port=8009

2) Your uriworkermap.properties doesn't contain an entry for "ppm" but that is 
what you are trying to load balance.

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

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

Reply via email to