0 Replies Latest reply on Aug 2, 2002 10:03 PM by mlapolla

    localhost:8080 + Apache 2.0 + jboss-3.0.0_tomcat-4.0.3

    mlapolla

      I got JBoss 3.0/Tomcat 4.0 (jboss-3.0.0_tomcat-4.0.3) to work with Apache 2.0.39 I modified the tomcat4-service.xml, to include a connector on port 8009.

      The problem is, localhost:8080/examples/jps/index.html gives me a processing error, context not found (505) and the Engine says that the mapping for localhost is incorrect.

      I know Apache 2.0 is talking to Tomcat because I get the same error off of localhost/examples/jsp/index.html (a 505) as I get off of localhost:8080/examples/jsp. There both context errors. I tried creating a context in the tomcat4-service.xml but that didn't work.

      So, I know I've got Apache 2.0 talking to JBoss 3.0 and i know JBoss/Tomcat works because localhost:8082 works.

      I've gotten a bunch of pointers off of this forum but none of them tell me how to display a HTML page using Apache2.0 and JBoss/Tomcat. Do I have to do everything through .WARs I cannot go to a .html?

      Thanks,

      M.