I want to connect apache2.4 with tomcat7
My configuration is:
workers.properties
workers.tomcat_home=/var/lib/tomcat7
workers.java_home=/usr/
You can ignore those errors referencing 'jk-manager' and 'jk-status' unless you want to enable management of the mod.
You need to move the JK mount directive in to the VirtualHost section of your website. You can add the following to /etc/apache2/sites-available/default
... # Send everything for /* to worker1 JkMount /* worker1 ...