1 Reply Latest reply on Jan 30, 2008 11:09 AM by peterj

    Apache web server and JBoss

      Hi,
      correct me if I am wrong,
      Apache web server (any web server in fact) actually listens on a port and redirect the requests to valid content handlers to generate HTTP response.

      Question 1: Can I keep an Apache web server as the request receiver and dispatch requests to JBoss app server inturn? how can I do that?

      Question 2: We also use JBoss to expose my application over the network like "http://localhost:myport/myapplication/myresource", how using an web server differ from this?

      Question 3: Does JBoss also contains an built in web server? because we don't require an Apache installation to connect to jboss app server over the network.


      Please clarify,
      TIA,
      Ayusman