Hi,
I'm Running Tomcat 5 with Apache 2 via mod_jk. I have a secure section of my site which should only be accessible via https, and have set up httpd.conf so that any access to that directory requires ssl (and redirects to a https page).
My problem is that if I connect on port 8080, I can bypass all the checks and redirects set up in Apache! Is there a way to stop Tomcat serving pages directly and only accept them via Apache?
Thanks in advance!
Ash
I'm Running Tomcat 5 with Apache 2 via mod_jk. I have a secure section of my site which should only be accessible via https, and have set up httpd.conf so that any access to that directory requires ssl (and redirects to a https page).
My problem is that if I connect on port 8080, I can bypass all the checks and redirects set up in Apache! Is there a way to stop Tomcat serving pages directly and only accept them via Apache?
Thanks in advance!
Ash