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. 7.0.22 is the latest. If nothing else, you'll pick up an important security fix related to AJP. https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.21 Dan