3 Replies Latest reply on Sep 16, 2002 1:42 PM by hdevaan

    Apache and JBoss don't communicate

    hdevaan

      Hi,

      I've got JBoss up and running together with Apache2 on my Win2000 machine. I've included an "Alias" and "Directory" section for physical="C:/jboss/jboss-3.0.0_tomcat-4.0.3/catalina/webapps/examples/jsp" and alias="/jboss/examples/jsp". This part works, because I nicely get the examples JSP listing when I type "http://localhost/jboss/examples/jsp/" in the address bar of the browser.

      However, I'm baffled by the fact that I get to see the literal content of a JSP file as if it were a TXT file instead of the rendered result I expected. I've tried to find out how to make Apache forward JSP requests to JBoss, but no to success.

      Can someone please explain to me in a comprehensive way how I should edit what configuration file to make Apache and JBoss communicate. I can't solve this one my own...

      Thank you for reading this.