Front Tomcat with Apache and Mod Rewrite
Raible Designs - Mixing Apache HTTP Server, mod_rewrite and mod_jk
Nettuts+ - An In Depth Guide to mod_rewrite for Apache
/railo-context/templates/error/error-public.cfm
When using Apache with mod_jk.
Add the following to httpd.conf:
<Location /railo/railo-context/admin/> Order Deny,Allow Deny from All Allow from 10.1.1.0/24 10.1.12.0/24 </Location>
Source: Jamie Krug's Ubuntu/TRAM(P) Guide via Railo CFML Documentation Wiki - Installation:Tomcat