3 Replies Latest reply on Mar 21, 2007 10:15 PM by peterj

    Can I install Jboss AS in same server as Oracle9i App Server

    jbchurn

      Hi,

      Can I install Jboss As in same server as Oracle9i App Server?

      If my current website run from oracle9i app server is using port 80, eg. http://www.mydomain.com, can I setup the Jboss AS as http://app.mydomain.com running port 80 as well?

      Installation platform is Solaris 8.

      Please advise.

      Regards,
      Jap.

        • 1. Re: Can I install Jboss AS in same server as Oracle9i App Se
          peterj

          Does each domain have its own IP address? If so, then you should be able to do this. You would start JBOss using:

          run -b www.mydomain.com

          or use the IP address instead. This binds the jboss app server to that IP address.

          I do not know how to bind the Oracle 9i App Server to a particular address, you will have to read the 9i docs to figure that out.

          • 2. Re: Can I install Jboss AS in same server as Oracle9i App Se
            jbchurn

            Hi,

            Most likely, the "www.mydomain.com" port 80 is going to be used for Oracle9iAS because it is current running live. In that case, do I still need to do binding of OAS to "www.mydomain.com"?

            If my other domain, which is "app.mydomain.com" has a different ip, then I can run this "app.mydomain.com" using port 80 as well? In this case, should it be run -b app.mydomain.com ?

            If my other domain, which is "app.mydomain.com" does not have different ip, then I cant run it using port 80 OR I cant name my JbossAS as "app.mydomain.com"?

            • 3. Re: Can I install Jboss AS in same server as Oracle9i App Se
              peterj

              Yes.

              Yes. Yes.

              You cannot run it using port 80.