[jboss-user] [Clustering/JBoss] - Re: Loadbalancing and clustering JBOSS using Apache Http ser
bstansberry@jboss.com
do-not-reply at jboss.com
Wed Mar 12 16:07:18 EDT 2008
Are there any "Say Hello:X" messages in the log on either server?
I suspect that all that's happening here is a JSP running on TOM2 is looping making calls against a HelloWorldBean on TOM2. Then the bean is undeployed, so the calls fail over to TOM1. Bean TOM1 goes into a loop logging the "YUGANT Bean:X" messages, and finally returns. By the time it returns the JSP is undeployed on TOM2. The bean client is gone so you get a socket write error when the bean tries to write its response.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136106#4136106
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136106
More information about the jboss-user
mailing list