Ensure that JRE is in your system path, or
directly access Java from the installation directory of ColdFusion.
Access the downloaded files from the following location:
<cf_home>/hf-updates/
At command prompt, do the following:
For standalone installations
Platform
|
Description
|
On Windows
(Installation possible in
either GUI or Silent mode)
|
In GUI mode:
At
command prompt, run the following command: java -jar <jar-file-name>.
This launches the hot fix installer.
Follow the on-screen instructions.
In Silent mode:
The following
is a sample properties file:
INSTALLER_UI=SILENT
USER_INSTALL_DIR=<ColdFusion_Home>
DOC_ROOT=<ColdFusion_Home>/cfusion/wwwroot
#The following applies only to multi server scenarios.
INSTANCE_LIST=cfusion,cfusion1
|
On Linux/Solaris/UNIX
(Installation
possible in either console or silent mode)
|
In Console mode:
At command prompt, run the following command:java -jar <jar-file-name>.
The console appears with instructions.
Follow the instructions provided in the console.
In Silent mode:
The following
is a sample properties file:
INSTALLER_UI=SILENT
USER_INSTALL_DIR=<ColdFusion_Home>
DOC_ROOT=<ColdFusion_Home>/cfusion/wwwroot
#The following applies only to multi server scenarios.
INSTANCE_LIST=cfusion,cfusion1
|
On Mac OSX
(Installation possible in
either GUI, Silent, or Console mode)
|
In GUI mode:
At
command prompt, run the following command:java -jar <jar-file-name> -i GUI.
This launches the hot fix installer.
Follow the on-screen instructions.
In Console mode:
At command prompt, run the following command: java -jar <jar-file-name>.
The console appears with instructions.
Follow the instructions provided in the console.
In Silent mode:
The following
is a sample properties file:
INSTALLER_UI=SILENT
USER_INSTALL_DIR=<ColdFusion_Home>
DOC_ROOT=<ColdFusion_Home>/cfusion/wwwroot
#The following applies only to multi server scenarios.
INSTANCE_LIST=cfusion,cfusion1
|
By default, after applying the hotfix,
servers are restarted. If you do not want the servers to restart,
additionally, provide the following command:
For J2EE installations
Platform
|
Description
|
On Windows
(Installation possible in
either GUI or Silent mode)
|
In GUI mode (for exploded EAR/WAR deployment):
At command prompt, run the following command:java -jar <jar-file-name>.
This launches the hot fix installer.
Follow the on-screen instructions.
In GUI mode (for unexploded EAR/WAR deployment):
At command prompt, run the following command:java -jar <jar-file-name> -DINSTALL_FILES_OUTSIDE_CF=true.
This launches the hot fix installer.
Follow the on-screen instructions.
In Silent mode (for exploded EAR/WAR deployment):
The following
is a sample properties file:
INSTALLER_UI=SILENT
#For the following, specify the folder that contains META-INF folder which contains application.xml
USER_INSTALL_DIR=<ColdFusion_Deployment_Root_Path>
In Silent mode (for unexploded EAR/WAR deployment):
First,
install the hotfix files outside your EAR/WAR on your system and
then manually update the EAR/WAR.
The following is a sample properties
file:
INSTALLER_UI=SILENT
USER_INSTALL_DIR=<Any directory on your system>
INSTALL_FILES_OUTSIDE_CF=true
|
On Linux/Solaris/UNIX
(Installation
possible in either console or silent mode)
|
In Console mode (for exploded EAR/WAR deployment):
At command prompt, run the following command:java -jar <jar-file-name>.
The console appears with instructions.
Follow the instructions provided in the console.
In Console mode (for unexploded EAR/WAR deployment):
At command prompt, run the following command: java -jar <jar-file-name> -DINSTALL_FILES_OUTSIDE_CF=true.
The console appears with instructions.
Follow the instructions provided in the console.
In Silent mode (for exploded EAR/WAR deployment):
The following
is a sample properties file:
INSTALLER_UI=SILENT
#For the following, specify the folder that contains META-INF folder which contains application.xml
USER_INSTALL_DIR=<ColdFusion_Deployment_Root_Path>
In Silent mode (for unexploded EAR/WAR deployment):
First,
you install the hotfix files outside your EAR/WAR on your system
and then manually update the EAR/WAR.
The following is a sample properties
file:
INSTALLER_UI=SILENT
USER_INSTALL_DIR=<Any directory on your system>
INSTALL_FILES_OUTSIDE_CF=true
|
On Mac OSX
(Installation possible in
either GUI, Silent, or Console mode)
|
In GUI mode (for exploded EAR/WAR deployment):
At command prompt, run the following command:java -jar <jar-file-name> -i GUIThis
launches the hot fix installer.
Follow the on-screen instructions.
In GUI mode (for unexploded EAR/WAR deployment):
At command prompt, run the following command:java -jar <jar-file-name> -DINSTALL_FILES_OUTSIDE_CF=true -i GUI.
This launches the hot fix installer.
Follow the on-screen instructions.
In Console mode (for exploded EAR/WAR deployment):
At command prompt, run the following command:java -jar <jar-file-name>The
console appears with instructions.
Follow the instructions provided in the console.
In Console mode (for unexploded EAR/WAR deployment):
At command prompt, run the following command:java -jar <jar-file-name> -DINSTALL_FILES_OUTSIDE_CF=true.
The console appears with instructions.
Follow the instructions provided in the console.
In Silent mode (for exploded EAR/WAR deployment):
The following
is a sample properties file:
INSTALLER_UI=SILENT
#For the following, specify the folder that contains META-INF folder which contains application.xml
USER_INSTALL_DIR=<ColdFusion_Deployment_Root_Path>
In Silent mode (for unexploded EAR/WAR deployment):
First,
you install the hotfix files outside your EAR/WAR on your system
and then manually update the EAR/WAR.
The following is a sample properties
file:
INSTALLER_UI=SILENT
USER_INSTALL_DIR=<Any directory on your system>
INSTALL_FILES_OUTSIDE_CF=true
|
|
|
|