I have recently upgraded to Apache 2.0 and just setup Virtual Servers where I can have my main domain point to one directory structure and have another domain point to a completely different directory structure.
I have searched around on Apache's site but cannot seem to find out if
Tomcat supports Virtual Servers.
If it does, I think that my only option would be to run Tomcat solely since it would also be on Port 80 and just run all of my HTML services through Tomcat instead of through Apache.
If it does not work, does anyone have any suggestions as to how I could tweak Apache to point to the Tomcat server? I guess I could make all of my links go to a different Port used for Tomcat, but I'd rather leave it all port 80.
I am running Tomcat 4.1.18 but am willing to upgrade to Tomcat 5.0 if I need to.