Hi Peter, I'm trying to get this setup with httpd, because eventually i'd like to deploy it to my webserver that will host sites with a mixture of coldfusion and php apps across multiple virtual hosts.
I wouldn't go to the bother if it were just for my development environment. This is my first venture into tomcat territory so i'm testing the waters on my workstation so to speak before installing anything on the server. Cheers, Chris 2009/10/30 Peter Crowther <peter.crowt...@melandra.com> > 2009/10/30 Chris Blackwell <ch...@team193.com>: > > <VirtualHost *:80> > > DocumentRoot "C:\Users\Chris\Documents\Eclipse Workspace\mysite" > > If I recall correctly, you don't want this. Serve a blank directory > out of httpd, and proxy everything to Tomcat. Or take httpd out of > the equation completely if you don't need it for other purposes. > "It's faster to serve static content out of httpd" is no longer an > appropriate "other purpose" in 5.5+ :-). > > - Peter > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >