2009/10/30 Chris Blackwell <[email protected]>: > <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: [email protected] For additional commands, e-mail: [email protected]
