On Oct 9, 2007, at 6:36 AM, webmaster wrote:
I have a ColdFusion engine that I would like to implement and I
have examined several servlet tutorials but they all require the
scripts to be placed in the Tomcat document root and this defeats
virtual hosts if I have to define the script locations in Tomcat
as well as apache.
I don't have time to work on a complete solution for you, but
here's a hint in case you hadn't come across it.
The correct solution is to implement mod_proxy with a Tomcat
virtual host that maps to an Apache virtual host. That way you're
only defining the script locations once.