0 Replies Latest reply on Oct 30, 2007 1:43 AM by shasho

    Deployment of seam application in the real world

    shasho

      Ok, the moment has come, my seam application is ready and I want to deploy in a real world. Can some one direct me to best practices about how to integrate my JBoss application (dynamic content) with a web Server (static content)

      1. Should I use Apaches web server as a front and redirect all non-static request to JBoss/seam? If yes, should I use the apache tomcat connector? JK 1.2, JK 2.0? http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss other?

      2. What is the role of JBoss web server? Does it replace Apache web server? Are there integration/setup instructions?

      3. Or should I just change port 8080 in JBoss to 80? Can JBoss handle static information efficiently? Can it handle SSL ?