2 Replies Latest reply on Feb 8, 2002 9:24 AM by maurice

    Jboss 3.0 + Catalina/Tomcat 4.0

    bchand

      Is there blow by blow examples of how to integrate catalina 4.0.1 and jboss 3.0? Or better yet is there a prebuilt distribution of it out there somewhere?

      I could REALLY use it ASAP. I am on a EJB 2.0 project.

      Can someone help point me in the right direction?

      Thanks
      Brian

        • 1. Re: Jboss 3.0 + Catalina/Tomcat 4.0

          If you search the forums, you'll find people who have
          done it. My search was "Tomcat 3.0"
          But there's no explanation. You'll have to hack the
          code yourself.

          The code is in plugins/catalina.

          There's a section on how the web integration works in the free docs

          http://www.jboss.org/online-manual/HTML/ch13s16.html

          and there's always the Jetty source for reference.

          It is likely somebody's going pick this up soon,
          once Marc has finished his deployer/classloader
          magic :-)

          You can test your work by running the testsuite with
          ./build.sh testcase -Dtest=org.jboss.test.web.test.WebIntegrationUnitTestCase

          Don't ask me why I code type the previous command from
          memory :-)

          One of these fails on 3.0 at the moment,
          Marc's magic should fix it. And there's
          a problem with testsuite itself that I temporarily
          "fixed" by putting a sleep in the code :-(

          Regards,
          Adrian

          • 2. Re: Jboss 3.0 + Catalina/Tomcat 4.0
            maurice

            you found a solution ? i'm interested in it too.