Created
August 15, 2010 06:54
-
-
Save andreacfm/525184 to your computer and use it in GitHub Desktop.
Railo Web Directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Default --> | |
<servlet> | |
<servlet-name>CFMLServlet</servlet-name> | |
<servlet-class>railo.loader.servlet.CFMLServlet</servlet-class> | |
<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> | |
<!-- context hash--> | |
<servlet> | |
<servlet-name>CFMLServlet</servlet-name> | |
<servlet-class>railo.loader.servlet.CFMLServlet</servlet-class> | |
<init-param> | |
<param-name>railo-web-directory</param-name> | |
<param-value>/Users/andrea/dev/railoconfig/{web-context-hash}/</param-value> | |
<description>Railo Web Directory directory</description> | |
</init-param> | |
<load-on-startup>1</load-on-startup> | |
</servlet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment