1 Reply Latest reply on Oct 1, 2004 9:27 AM by marcoantonioni
      • 1. Re: JvmRouteFilter crashes in init() method for clustered we

        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.