2 Replies Latest reply on Oct 25, 2002 11:55 AM by woofergo

    Tomcat 4.1.12

    woofergo

      HI!

      Do we have any sucess cases on making jboss_tomcat 4.1.12 cluster work?

      Do jboss 3.0.3 already implements clustering for jboss+tomcat?

      I´m trying to make it work, but it does not accept the element in the web.xml. Any ideas?

        • 1. Re: Tomcat 4.1.12
          integ

          It works with JBoss-3.0.3_tomcat4.0.5. Should work for tomcat-4.1.12 too. In web.xml,put after <web-app> tag.
          like this -

          <web-app>

          ....
          </web-app>
          -Rakesh

          • 2. Re: Tomcat 4.1.12
            woofergo

            I can´t understand. I have two instances of jboss running on two different machines. They know each other, and the cluster seems to ben running. When a new session is created, it seems to be replicated (no message errors at all). However, when the requisition is directed to another server (not the one where the session was originally created) it informs the following error:

            11:55:00,181 ERROR [LogInterceptor] EJBException:
            javax.ejb.EJBException: java.lang.ClassNotFoundException: com.tco.callcenter.presentation.calls.register.reasonscallsessionbean (no security manager: RMI class loader disabled)
            at org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanImpl.un
            serializeSession(ClusteredHTTPSessionBeanImpl.java:139)
            at org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanImpl.ge
            tSession(ClusteredHTTPSessionBeanImpl.java:79)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
            java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
            sorImpl.java:25)

            Why is the RMI Class Loader disabled? What means that? Where is RMI being used?