Blog  |  Contact  
Documentation Customer Center  
What is Railo?
Pricing
Editions
Compatibility
Enhancements
FAQ
Installation
Railo Express
Railo Server
Railo Custom
Application Server
Install Railo
Local
Global
Caucho Resin 3
Motbay Jetty 5
Tomcat 4/5/6
Updating Railo
Linux
Performance
Apps & frameworks

Caucho Resin 3

Resin is an application server with a widespread acceptanceon the market, a very fast and comprehensive version suited to tackle big loads.

If you have installed Resin follow the configuration below to use Railo .
Read the complete instructions please before you start.

How to procede

  1. Open the XML file /conf/app-default.xml
  2. Add the following after the last tag:
    <servlet servlet-name="CFMLServlet"
    servlet-class="railo.loader.servlet.CFMLServlet">
       <init-param>
          <param-name>configuration</param-name>
          <param-value>{web-root-directory}/WEB-INF/railo/</param-value>
          <description>Configuraton directory</description>
       </init-param>
       <load-on-startup>1</load-on-startup>
    </servlet>

    <servlet-mapping>
       <servlet-name>CFMLServlet</servlet-name>
       <url-pattern>*.cfm</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
       <servlet-name>CFMLServlet</servlet-name>
       <url-pattern>*.cfml</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
       <servlet-name>CFMLServlet</servlet-name>
       <url-pattern>*.cfc</url-pattern>
    </servlet-mapping>

  3. Enhance the  <welcome-file-list> part further as follows:
    <welcome-file-list>
       <welcome-file>index.cfm</welcome-file>
       <welcome-file>index.cfml</welcome-file>

       <welcome-file>index.xtp</welcome-file>
       <welcome-file>index.jsp</welcome-file>
       <welcome-file>index.html</welcome-file>
       </welcome-file-list>

  4. Download the  Railo-x-x-x.zip and copy its content into  {resin-install-dir}/lib/
  5. Start Resin again


Link to manufacturer
Railo 3.0 is free
Next giant step with Railo. By releasing Railo 3.0 the gap to the CFML standard is even closer.
Railo 3.0 Community is available for free without any restrictions in use.
read more
Railo Express (Live version)
Try Railo. Just download and play.
No installation necessary
Railo Express