2 Replies Latest reply on Feb 12, 2009 3:19 AM by jfclere

    Should I front Tomcat with Apache

    jadtn

      Hi,

      All pages of my web site are jsf and my server is jboss4.2.2. (no static page).
      I don't need fault tolerance,clustering or load balancing (for now...).
      With this usage do you see a reason why i should front tomcat with apache?


      Thanks

        • 1. Re: Should I front Tomcat with Apache
          kumasan

          I personally don't think so pal.

          I think you've answered your question. The fact you do not need to clustering, load balancing, etc right now then don't worry about it.

          I also read some where that having apache fronting request for tomcat in single server environment is slower than tomcat facing public directly.

          And let me give you a head up. You are using exact same version of JBoss AS we are using. That means as soon as you integrate your JBoss instance with apache web server, you'll get the exact same problem we are facing right now. See below:

          https://jira.jboss.org/jira/browse/JBWEB-82

          So like I said, I personally don't recommend it for your case.

          • 2. Re: Should I front Tomcat with Apache
            jfclere

            Stop complaining about JBWEB-82 apply the patch of https://jira.jboss.org/jira/browse/JBPAPP-366.

            If you don't have static pages using httpd won't give any performances improvements....