2 Replies Latest reply on Mar 27, 2002 10:15 PM by rgjawanda

    Installing/Configuring JBoss for future scalability

    creigrut

      I've seen a lot of posts that seem to tangentially touch on this issue, but I'm hoping that the community can provide me some direct insight.

      I'm looking to create an infrastructure that will allow me to deploy a variety of web-based content, ranging from purely static HTML to JSP-based dynamic content to full-fledged J2EE-based enterprise systems (both thin- and thick-client).

      My original thinking was to go the Apache-Tomcat-JBoss route. However, it doesn't seem that JBoss is particulary happy working with an external Tomcat (and difficult to configure), and it would also seem that not being able to distribute Tomcat and JBoss separately between machines would be a drawback. Is my thinking correct? Am I better off with Apache + JBoss (w/ embedded Tomcat), or Apache + JBoss + standalone Tomcat? The latter would seem preferable since I could then individually scale the static, dynamic and EJB servers individually. What are the drawbacks?

      The JBoss/Jetty combination is intriguing as well. Will Jetty keep pace with Apache as a server for static content? And how is it relative to Tomcat 4.x for dynamic content? When scaling, would one simply cluster JBoss/Jetty servers, or would you need to (if it is even possible) start separating JBoss and Jetty onto their own machines?

      Thanks in advance for your insights...