Here is my situation:
I have a server with Apache and Tomcat installed. Within tomcat, I am using Railo (the open source ColdFusion).
I do not want my users dealing with Port 8080 to hit CFM pages. Therefore, I want Apache to render static HTML pages over Port 80 like it normally does, but give way to Tomcat to serve CFM pages over Port 80, or however the correct way of saying that is.
Now, I am pretty capable as an administrator for Apache and Unix/Linux. However, I've not had much experience with Tomcat, and while I've got Tomcat and Railo running swimmingly, the only way I've connected it to Apache to allow Port 80 to handle all is with some ProxyPass and ProxyPassReverse lines in my Virtual Host definition in Apache.
Part of me feels that this is totally not the right way to do this, and I've had some difficulties finding a clear, recommended approach online. I know there is an Apache Tomcat Connector thing for Tomcat, but that seems to confuse me a bit, and also mentions Tomcat Workers properties, which is something that I dont seem to have in my near-default Tomcat installation.
I know I just wrote a lot but wanted to paint the picture. Any advice would be very appreciated.
Thanks!
Jeff