Re: Erratic Response Types When Tomcat Fronted by Apache httpd

2011-11-28 Thread Jonathan Rosenberg
An update to close this issue: After fiddling with many other things, I finally updated from 7.0.6 to 7.0.22. That fixed the issue. The behavior was very strange & inconsistent. Apparently randomly, most AJP requests to Tomcat would come back with incorrect Content-type. As you can imagine, th

Re: Erratic Response Types When Tomcat Fronted by Apache httpd

2011-11-18 Thread Daniel Mikusa
On Fri, 2011-11-18 at 13:28 -0800, Jonathan Rosenberg wrote: > Setup basics (all on Linux box): > > - Apache Tomcat/7.0.6 > - JVM: 1.6.0_22-b04 > - Apache httpd 2.2.17 > -- proxied via "ProxyPass /Catalog ajp://localhost:8009/Catalog" > You might want to give an updated version of Tomcat 7 a try

Erratic Response Types When Tomcat Fronted by Apache httpd

2011-11-18 Thread Jonathan Rosenberg
Setup basics (all on Linux box): - Apache Tomcat/7.0.6 - JVM: 1.6.0_22-b04 - Apache httpd 2.2.17 -- proxied via "ProxyPass /Catalog ajp://localhost:8009/Catalog" I just deployed a new version of the app to my test server. When I access the application (/Catalog) directly via Tomcat, all runs fin