Guys, Env: JBoss 4.0.1 2*WinXP sp. 2 test setup I have a problem with fail-over using a web-service. I have created a web-service as a facade for a stateless session bean. I works like a charm except for fail-over. I have not included a web.xml in my deployment. Not for any particular reason. I just have not and it is not mandatory. Should I include a web.xml with the <distributable /> placeholder in my deployment in order to make fail-over work?
I have tried the approach enabling the: <Valve className="org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn" | debug="0"/>in <JBOSS_HOME>/server/all/deploy/jbossweb-tomcat50.sar/server.xml but that does not provide any fail-over. I can see the following in the log file after enabling the above statement: anonymous wrote : [TreeCacheSSOClusterManager] Cannot find TreeCache using jboss.cache:service=TomcatClusteringCache -- treeCacheName must be set to TreeCache before ClusteredSingleSignOn can handle requests ...and shortly after: anonymous wrote : [Tomcat5] Setting the cache name to jboss.cache:service=TomcatClusteringCache on jboss.web:host=localhost,name=ClusteredSingleSignOn,type=Valve Any ideas? /Kbk View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866833#3866833 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866833 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
