Try this (it has happened before with us on our Apache installation):
In $APACHE_HOME/conf/extra/, there is a file "modjk.conf"
Add the following line to the bottom of this file and restart Apache:
JkMountCopy All
This is something about multiple Tomcat processes.