2 Replies Latest reply on Oct 8, 2002 7:54 AM by davecrane

    Apache, Tomcat, Jakarta and disable port 8080

    steven.ellis


      I want to put Apache in the front of my Catalina/Tomcat combo and I don't want anyone to be able to access pages hosted on the Jakarta side directly. All access should be via Apache.

      I have setup mod_jk to pass selected paths through to Jakarta,

      eg http://localhost/fred/index.jsp

      But I can also browse this as

      http://localhost:8080/fred/index.jsp

      How can I disable port 8080 access on Jakarta when it is integrated with JBoss. I can change the port, but I can't disable it.

      Steve