Jk.conf


##=========================================================
## Tomcat JK Connector basic configuration for Apache
##=========================================================
## If you have several webapps that use the connector, this section must be included only once!
##
<IfModule mod_jk.c>
        JkWorkersFile "/etc/apache2/vhosts.d/workers.properties"
        JkOptions +ForwardURICompatUnparsed
</IfModule>