Re: config, in my last response I told you what to do re: getting two nodes running on the same server. Please don't keep posting long lists of file changes related to port changes, they are too much to read and you're not going to get a response.
Noticed that you were using SYNC mode before; this is now configured in the /deploy/tc5-cluster-service.xml file -- change CacheMode to REPL_SYNC. If your test is immediately switching from one server to another (i.e. not at human speed; an automated test) you could outrun async replication. The other changes you need to make are included in my last response. I recommend that in your jsp you actually set an attribute. The session should replicate when first created even without this, but after that it won't if you don't set or get an attribute. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935168#3935168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935168 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
