On 25.11.2003 03:27 Mike Lindsey wrote:
I've got apache talking to a clustered jboss setup, using mod_jk, but I cannot get the load balacing to work. I can force connections to a specific app server, but no matter what I do, I can't get the initial connection to hit a 'random' server.
Not sure if this helps, but have you read http://projects.accessibilityforum.org/tomcat-docs/jk2/jk/workershowto.html
It is quite thorough in explaining how to set it up, and helped me getting it going. Haven't got around setting up load balancing yet though...
The article says that lb is distributred in a Round Robin way, meaning that the first worker always will get the first request. Why do you want this to be random anyway?
Try using JMeter to stress your servers and check if the requests are balanced.
-- Olve Hansen
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
