The Railo tab enables you to modify configuration settings specific to Railo CFML Compiler.
The Railo tab
At this time, the support for Railo works only when it is run from the user file system. If you need to use from CD/DVD, contact us and we will verify the feasibility of this feature.
You can download a preconfigured package for Railo support in the Add-On Packages topic.
The fields in http.ini specific to
the Railo section are shown below:
[Railo] ; Railo Engine settings Start=1 JavaHome=##DWEBPRO_PATH##\engine\railo\jre JavaOpts= BaseDir=##DWEBPRO_PATH##\engine\railo StartupCustomParams=-jar "##DWEBPRO_RAILO_HOME##\lib\start.jar" "##DWEBPRO_RAILO_CONFIGFILE##" ShutDownCustomParams=-jar "##DWEBPRO_RAILO_HOME##\lib\stop.jar" ConfigFile=##DWEBPRO_PATH##\engine\railo\server.xml ; Network settings Port=8888 FindFreePort=1 ; Startup / Shutdown settings ShowStartupTimeOutMessage=1 StartupTimeout=5000 ShowShutDownTimeOutMessage=1 ShutDownTimeout=5000 ShowLog=1 ShutDownOnExit=1
Railo Engine settings
Start Railo
Start
Start
Railo specifies whether Railo is started upon start up of
DWebPro
Accepted values: 0, 1
Java Home
JavaHome
Java
Home specifies the path that will be used to set the
JAVA_HOME environment variable. Refer to the DWebPro Internal Constants for
more information.
Accepted values: string
Java Options
JavaOpts
Java
Options specifies the Java options parameters used by
DWebPro for Railo startup/shutdown. The same value is used in the
JAVA_OPTS environment variable.
Accepted values: string
Base Directory
BaseDir
Base
Directory specifies the base path to the directory where the
Railo engine resides. Refer to the DWebPro Internal Constants topic
for additional information on paths.
Accepted values: string
Startup Params
StartupCustomParams
Startup
Params specifies additional parameters to be passed to
Java for starting the database server.
Accepted values: string
Shutdown Params
ShutDownCustomParams
Shutdown
Params specifies additional parameters passed to Java
for stopping the database server.
Accepted values: string
Config File
ConfigFile
Config
File specifies the path of the Railo server configuration
file. DWebPro reads and parses this file agains the DWebPro Internal Constants (i.e.
##DWEBPRO_RAILO_PORT##). Refer to the DWebPro Internal Constants topic
for additional information.
Accepted values: string
Network settings
Port
Port
Port
specifies the port on which Railo listens. DWebPro saves the value
of the port in the ##DWEBPRO_RAILO_PORT## DWebPro internal constant.
Accepted values: integer
Find Free Port
FindFreePort
Find Free
Port specifies whether DWebPro should search for free ports
on which to start Railo.
Accepted values: 0, 1
Startup / Shutdown settings
Show Startup Timeout Message
ShowStartupTimeOutMessage
Show Startup
Timeout Message specifies whether DWebPro prompts the user
whether to wait for Railo to complete its startup
initialization.
Accepted values: 0, 1
Startup Timeout
StartupTimeOut
Startup
Timeout specifies the timeout allowed, in milliseconds, for
Railo to startup. DWebPro waits the amount of time specified here
before continuing the initialization process. If the Show Startup Timeout Message option is selected,
DWebPro prompts the user whether to wait for Railo to complete its
startup initialization.
Accepted values: integer
Show Shutdown Timeout Message
ShowShutDownTimeOutMessage
Show Shutdown
Timeout Message specifies whether DWebPro prompts the user
prior to closing MySQL.
Accepted values: 0, 1
Shutdown Timeout
ShutDownTimeout
Shutdown
Timeout specifies the timeout, in milliseconds, before Railo
is forced to close.
Accepted values: integer
Show Railo Logs (startup/shutdown)
ShowLog
Show Railo
Logs (startup/shutdown) specifies whether DWebPro displays
the Railo startup/shutdown messages. Using this option is helpful
during development.
Accepted values: 0, 1
Shutdown on Exit
ShutDownOnExit
Shutdown on
Exit specifies whether Railo is closed on DWebPro
shutdown.
Accepted values: 0, 1


