Include ::app-home::/conf/mod_jk.conf DocumentRoot ::webapp-dir:: AliasMatch ^/assets(.*) ::webapp-dir::/assets$1 AliasMatch ^/css(.*) ::webapp-dir::/css$1 AliasMatch ^/STATIC(.*) ::webapp-dir::/STATIC$1 JkMount / tomcat JkMount /* tomcat