Tomcat fails to start with the following in /usr/local/tomcat/logs/catalina.2012-10-19.log
java.lang.ClassNotFoundException: org.apache.ajp.tomcat4.config.ApacheConfig
http://www.sitepoint.com/forums/showthread.php?148529-Linking-Apache-and-Tomcat-5 says:
In tomcat5 they moved the org.apache.ajp.tomcat4.config.ApacheConfig to org.apache.jk.config.ApacheConfig
In What is Tomcat and how do I install it? /usr/local/tomcat/conf/server.xml is what requests the bad class.

Solutions: Ended up going back to Tomcat 4. Also, server.xml had bad classes.