> From: David Rush [mailto:da...@rushtone.com]
> Subject: Re: Browser shows source of .jsp file. Why?
> 
> It also appears that Tomcat (rather than Apache httpd) is initially
> responding to my http://myserver/Construction URL with a 302 (Moved
> Temporarily) and a suggestion that the browser try
> http://myserver/Construction/ (with trailing slash), as it should.

I think what pid was suggesting is that you fix your ProxyPass settings to 
include the trailing slash.  After the 302, the URL with the slash won't match 
what you have configured, and it will be served by httpd rather than being sent 
on to Tomcat.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to