1 Reply Latest reply on Dec 9, 2004 12:07 PM by js8523

    Apache httpd adn Jboss Integration Question

      Hi

      I've set up my Apache webserver to link through to Jboss 4.0 for certain directories and .jsp extensions. This works fine, and is very succesful.

      However I have an existing website, which I would like to add a few pages of dynamic content to. I currently hold the website in the apache document root.

      I am unclear about how you can combine apache to serve the static content for a website, and under the same url have jboss serve the dynamic content.

      What is the best method for including a few pages of dynamic content to an existing static website (I would prefer some inline method like server side includes if possible)

      I hope I have articulated my question with enough information.

      Thanks

      js8523

        • 1. Re: Apache httpd adn Jboss Integration Question

          Hi All

          Solved my problem. I named a web app the same extension in jboss as the root folder on the apache, and then used a server side include from apache to the .jsp file which obviously routed the request through to tomcat, therefore including the dynamic content within the original html document.

          Sorry to clog up the forum, with self answered questions.

          js8523