A possible solution here http://sourceforge.net/tracker/index.php?func=detail&aid=1038464&group_id=22866&atid=376687
And some other stuff to enable JBoss 4.x and Tomcat 5 to do http clustering: To enable JBoss 4.0.0 / Tomcat5 to jvmRouting and HTTP Session clusterig changes in .../deploy/jbossweb-tomcat50.sar/META-INF/jboss-service.xml. 1 - add attribute --> name = "UseJK" value = true as MBean attribute 2 - add depends --> jboss.cache:service=TomcatClusteringCache changes in .../deploy/jbossweb-tomcat50.sar/server.xml. 1 - add attrribute jvmRoute="tomcatIdAsFromApachePlugin..." in Engine tag 2 - add Valve className="org.jboss.web.tomcat.tc5.jca.CachedConnectionValve" cachedConnectionManagerObjectName="jboss.jca:service=CachedConnectionManager" transactionManagerObjectName="jboss:service=TransactionManager" Marco. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850081#3850081 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850081 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
