4 Replies Latest reply on Jan 29, 2002 4:41 AM by houstonbernie

    Catalina 4.0.1 and JBoss 3 alpha

    jasonb

      Has anyone out there had success integrating the Tomcat 4 container with JBoss 3 alpha? No need to reinvent the wheel if someone else has already done it.

      Is the process similar to the one described in the docs for 2.4.x?

      I suspect there will not be an official bundle until 3.0 is final, many moons from now.

      thanks.

      -- jason

        • 1. Re: Catalina 4.0.1 and JBoss 3 alpha

          I've not integrated it but I do run them together. Only minor hurdle was to create the initial context to JBoss using the right initial context factory as Tomcat catalina provides a JNDI implementation. There's some posts about that on the news groups.

          • 2. Re: Catalina 4.0.1 and JBoss 3 alpha
            faisalabdelli

            any src of Jboss3.0 beta. I looked in sourceforge I found only the bin ?
            Faisal

            • 3. Re: Catalina 4.0.1 and JBoss 3 alpha
              twhphan

              I can run them together in separated VMs, but I cannot propagate authentication that Calatina realm performed to JBoss:

              i) org.jboss.tomcat.security.JBossRealm doesn't work for Catalina, since the RequestInterceptor tag in server.xml is for Tomcat 3.x only

              ii) I failed to use JAAS within my WAR application, although my LoginContext.login() returns without getting a LoginException (i.e. got the handler, and login module/conf file working)

              Does everyone has a solution to this?

              • 4. Re: Catalina 4.0.1 and JBoss 3 alpha
                houstonbernie

                How do you access the JBoss newsgroup archives to checkl out the info about JBoss 3 and Tomcat?