Am Thu, 31 Mar 2011 07:49:07 -0400 schrieb James Pifer <j...@obrien-pifer.com>:
> So I have a web server at: http://server.domain.com that has just > static web pages, etc. > > I have a tomcat jsp that I want to respond to > http://myapp.domain.com. > > I setup a VirtualHost similar to you example, but when I go > to http://server.domain.com it loads tomcat, not my static pages. I guess this is an Apache2-issue. It seems that your separation of vhosts doesn't work properly. You could setup an own vhost-config for a named-vhost with "server.domain.com" or check your config for "default" to deliver your static, non-tomcat content. Regards, Tobias. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org