On 2/21/11 3:52 PM, Caldarale, Charles R wrote: >> 2) Tomcat 5.5, Apache 2.2.9 > Tomcat 5.5.what? Also, is this a real Tomcat, or a 3rd-party repackaged > version?
Hmm, it looks like it's installed as part of hte debian package install. The signature says: ii tomcat5.5 5.5.26-5 Servlet and JSP engine > That looks reasonable. Post your server.xml with comments removed so we can > see what's in there. Here it is: http://pastebin.stonekeep.com/11570 (As noted in the file - i didn't list -all- the vhosts. All vhosts except congov2.stonekeep.com are working properly) > What happens if you skip httpd, and go directly to Tomcat on port 8080 (or > whatever port you have configured the HTTP <Connector> for)? Hmmm. I'm not sure how to trigger the vhost lookup on a direct 8080 hit? Errr, I should preface this with one more little bit. This tomcat server is on a NATted network - it is being proxied to via a firewalling Apache reverse proxy - therefore I cannot go 'http://congov2.stonekeep.com:8080/' - the firewall isn't set up to forward that port. <VirtualHost *> SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 SetEnv proxy-initial-not-pooled 1 ServerAlias hudson.stonekeep.com ServerAlias congov2.stonekeep.com ServerAlias arisia.stonekeep.com # other vhosts removed... ProxyPass / http://172.16.1.3/ ProxyPassReverse / http://172.16.1.3/ ProxyPreserveHost On <Proxy http://172.16.1.3/> Order allow,deny Allow from all </Proxy> </VirtualHost> All the other vhosts work. -dave --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org