Fragment of the File mod_jk.conf-auto
#########################################################
# Auto configuration for the /dbc context starts.
#########################################################
# The following line makes apache aware of the location of the /dbc context
Alias /dbc "/home/users/dbc/jakarta-tomcat-3.2/webapps/dbc"
<Directory "/home/users/dbc/jakarta-tomcat-3.2/webapps/dbc">
Options Indexes FollowSymLinks
# The following line mounts all JSP files and the /servlet/ uri to tomcat
JkMount /dbc/servlet/* ajp12
# The following line prohibits users from directly accessing WEB-INF
<Location "/dbc/WEB-INF/">
# The following line prohibits users from directly accessing META-INF
<Location "/dbc/META-INF/">