3 Replies Latest reply on Jul 15, 2002 5:04 PM by stoyan

    mod_webapp and catalina

      hi!

      does anyone knows how to use the mod_webapp do connect to a jboss-catalina web application?

      what do i have to write into the jboss.jcml ???

      please help!

      thanx,
      joe

        • 1. Re: mod_webapp and catalina
          mromeo

          I couldn't get it to work so I ended up changing the EmbeddedCatalinaSevriceSX and rebuilding the bundle. I was going to post it on my web site but it's down :-( If you email me I can send it to you.....
          How would I go about contributing this to the project?

          Mike

          • 2. Re: mod_webapp and catalina

            i tried some workarounds: (they are all working, but they are not perfect!)

            ***** workaround #1 *****
            starting catalina standalone
            starting jboss standalone
            using mod_webapp to connect to catalina

            works fine BUT i had to start catalina before apache! otherwise the cpu load
            reached 100% (java.exe)

            ***** workaround #2 *****
            starting catalina standalone
            starting jboss standalone
            using mod_jk to connect to catalina

            works fine

            ***** workaround #3 *****
            starting jboss-catalina
            using mod_proxy to connect to catalina

            for now this is my favorite!

            i will use workaround #3 untill it is possible to use the mod_webapp with jboss-catalina.

            • 3. Re: mod_webapp and catalina
              stoyan

              I am interested in your compilation of the EmbeddedCatalinaSevriceSX. I was going to do the same, but if you can sand it, it will be appreciated. My e-mail is stoyan@petkovonline.com.

              Thanks for the help.