[jboss-user] [Clustering/JBoss] - Jboss cluster + Spring WebApplicationContext

sureshrk19 do-not-reply at jboss.com
Wed May 20 21:57:17 EDT 2009


Some more info...

I spent some more time in debugging the issue and narrowed down to spring layer is problematic...
the WebApplicationContext is getting regenerated on session failover. when the active node goes down the second node is replicated with all the httpsession data but. when I observe the sping log statements... it says, WebAPplicationContext is closed (on first node) and on second node it is getting regenerated.
However, when I print the underlying session data from WebApplicationContext... everything is fine i.e., all the session data (from node1) is replicated on node2.

I'm totally confused.
I went thru multiple forums and everywhere I see these kind of problems are addressed thru Terracota..

Did anybody try spring + dwr application clustering on JBoss??

Any pointers would be highly appreciated.

Thanks,
Suresh

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232367



More information about the jboss-user mailing list