I configured Apache web server and
Tomcat to work together. Apache uses port 80; Tomcat uses port 9090. If I use localhost to access the
servlet by using
http://localhost/myServlet, it works fine. But if I use the domain name like
http://www.myDomain.com/myServlet, the servlet does not work. Even if I try on the same local computer. There must be configuration problem. For static pages,
http://www.myDomain.com just works fine. By the way I am using a Linsys router, and I have configured the router to enable port 9090.
Thanks for any help.