Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [Clustering/JBoss] - Re: Request not redirecting to
 the server in the cluster.. H

scott.stark@jboss.org

2007-05-07


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@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.