User Tools

Site Tools


webdevelopment:coldfusion:railo:notes

Railo - Notes

Change error page to one that isn't as verbose

  1. Log in to the server administrator.
  2. Go to Error below Settings on the left.
  3. Change both General Error Template (500) and Missing Template Error (404) to:
    /railo-context/templates/error/error-public.cfm
  4. Click on Update.

Deny access to Railo admin page except from local subnets

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

webdevelopment/coldfusion/railo/notes.txt · Last modified: 2012/09/10 11:27 by bas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki