Win2K, Apache 2.0.47, Tomcat 4.1.27
Having tried various tutorials I finally found one that worked ..
So I've got Apache and Tomcat running; localhost resolves to Apache's default homepage, while localhost:8080 shows Tomcat's. And when I hit localhost/examples the JSPs and Servlets get dealt with without specifying port 8080.
So it looks like everything is working- Apache and Tomcat, same machine, Tomcat dealing transparently with JSP / Servlets.
However, when I access the machine from the internet, I get a page not found error. However if I go in on port 8080, I get the Tomcat default page.
So for some reason I cant get Apache from the web. The router is set up to port-forward requests on ports 8080 and 80 to the same machine.
Any ideas ?
Having tried various tutorials I finally found one that worked ..
So I've got Apache and Tomcat running; localhost resolves to Apache's default homepage, while localhost:8080 shows Tomcat's. And when I hit localhost/examples the JSPs and Servlets get dealt with without specifying port 8080.
So it looks like everything is working- Apache and Tomcat, same machine, Tomcat dealing transparently with JSP / Servlets.
However, when I access the machine from the internet, I get a page not found error. However if I go in on port 8080, I get the Tomcat default page.
So for some reason I cant get Apache from the web. The router is set up to port-forward requests on ports 8080 and 80 to the same machine.
Any ideas ?