Is there any way to have both Tomcat and Apache httpd running on the same server without the user having to specify the port they want to connect to? Maybe have www.example.com/tomcat/ redirect to the Tomcat port, or anything with a .jsp extension served from the Tomcat port? Is there a better (more transparent) way?