Using JBoss 3.2.5/mod_jk1.2.8 with sticky sessions. The basic mod_jk2 round robin load balancing and jvmRoute is working fine.
Is there a way to further tune the load balancing by giving "hints" from application side? One thing I can think of is a particular HTTP response status generated by the tomcat node to tell mod_jk to try another worker(for example if a new session is due to be created and the application recognizes it is at its limits). Is it sufficient to just generate 503 responses, would this cause mod_jk to "failover"? Or is there a way to use another, application specific, status code? Thanks, Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861260#3861260 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861260 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
