Hi: I am running APACHE 2.0.44 +Tomcat 4.1.18 on Redhat 7.3 and use the mod_jk to route JSP pages to tomcat server. I have no problem to access JSP examples by using http://localhost/examples from the browser on the LINUX server. However, I encountered HTTP 404 (File not found) errors when I tried to access JSP pages from any browsers outside the localhost linux box. I can access all my PHP/HTML pages from browsers outside the linux box without any problems and I believe it is not the issue of DNS.... I can also access the JSP examples through http://myhost.com:8080/examples but not http://myhost.com/examples.
I believe I have some kinds of security issues or need to have ssl things like that. Could anyone give me some hints? thanks! William Fung
