2 Replies Latest reply on Jul 19, 2002 4:53 AM by cgjung

    Can i use web service in jboss if...

    ipozeng

      If the jboss and catalina are in different VM ?
      I have evern tested apache-axis in tomcat and i even can not pass all the samples built in axis :(

      regards!

        • 1. 3727820

          I don't know as I've not tried this myself. But first give us some more details.

          Do your jboss and tomcat systems speak to one another in the first place? There was some talk on the sourceforge jboss-user mail list about problems getting the two to work independently, ie in separate VMs, so maybe the problem is there.

          Once you're sure that jboss and tomcat are working happily together, then set about integrating JBoss.Net, and then give us some of the error details you get.

          cheers

          Bruce

          • 2. Re: Can i use web service in jboss if...
            cgjung

            Hmm,

            for the jboss.net stuff, I would say that everything that has to do with ejb´s should run as if the web-server/app-server separation runs, because jboss.net/axis behaves like a web-client.

            For the mbean provider stuff, I would not swear that it works, since we need access to the local JMX bus which is not avaible out of vm.

            BTw, I would not recommend this design, anyway. If you want to load-balance, do it above your web-server that is the more performant choice.

            CGJ