|
|
|
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 - Open the XML file /conf/app-default.xml
- 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>
- 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>
- Download the Railo-x-x-x.zip and copy its content into {resin-install-dir}/lib/
- Start Resin again
|
|
|
  | 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 | | |