2 Replies Latest reply on Nov 12, 2001 2:46 PM by andrejx

    Integrating a different (e.g. not tomcat or Jetty) Web conta

    bdturne

      Has anyone tried integrating a different (e.g. not tomcat / Jetty) web container into Jboss ?

      I have read http://www.jboss.org:80/online-manual/HTML/ch13s22.html but the knowledge there is kind of minimal, and my attempt at integrating our JRun 3.1 server was fairly messy (and a complete failiure).

      So what I was after, really, was an example of integrating JBoss with ANY web container, but especially Jrun, so that they work together as well as the integrated Jboss/Tomcat or JBoss/Jetty downloads.

      Can anyone help with this ?
      Cheers,
      Ben Turner
      Web Delevopment
      DeutcheBank

        • 1. Re: Integrating a different (e.g. not tomcat or Jetty) Web c
          livin_large

          I have a similar question... I built JBoss 3.0 from CVS yesterday (my project needs CMP 2.0), and I'm trying to get Jetty out and Tomcat 4.0 in. I removed the Jetty-plugin.sar and created a Catalina-plugin.sar.

          My META-INF/jboss-service.xml has one entry:

          false


          But during auto-deploy, all the dependencies can't be resolved without creating a massive sar including everything Catalina could need. The online help (Chpt 13) and the build file readme in the CVS catalina plugins directory both assume 2.x.

          Can someone point me in the right direction to create the xml file/sar file to point to my (external) catalina directory, including only what I need in the sar file?

          thanks!

          • 2. Re: Integrating a different (e.g. not tomcat or Jetty) Web c
            andrejx

            Could I use external WEB Container in JBoss 2.4.3 or it's only JBoss 3.0 feature ?

            Thanks
            AX