1 Reply Latest reply on Jun 28, 2013 2:45 AM by wdfink

    Jboss Application Architecture

    akassem

      We have an EJB application installed on JBOSS architecture,

      our main concerns is:

      Can we install the Java application on jboss-as on a physical server while the Jboss-web (5) is installed on a different physical server with the apache as the http server.,

      or we have to install jboss-web and jboss-as plus the java application on the same server, and the apache on a separated server.

       

      what is the preferred and recommendeed architecure concerning installing  EJB application with jboss 5?

        • 1. Re: Jboss Application Architecture
          wdfink

          Hi Ali,

          welcome to the forum.

           

          That depends on the application. You might consider that each remote access will have extra costs (latency, network traffic).

          The best approach is to keep the application wich are communicating a lot togehter.

          i.e. if the JBoss web-app call several EJB's for each request and apache keep the static pages and route the dynamic to the jboss-web which call EJB's I would keep the EJB's together in the same web-app instance and call the EJB local.

           

          BTW, are you talking about JBoss AS5? In that case you might be in the wrong forum, nevertheless the questions does not depend on a specific AS version.