Adobe 38043740 Lockdown Guide - Page 41

Windows 2008 Post ColdFusion Installation, 4.1.1 Install ColdFusion Hotfixes

Page 41 highlights

Section 4 - Post ColdFusion Installation 4.1 Windows 2008 Post ColdFusion Installation 4.1.1 Install ColdFusion Hotfixes Note: At the time of this writing you will need to install the ColdFusion 10 Mandatory Update before you can install any Hotfixes: See http://helpx.adobe.com/coldfusion/kb/coldfusion-10-mandatory-update.html Login to ColdFusion administrator and click on Server Updates > Updates and then select the latest hotfix, and click Download. Verify the integrity of the download by performing verifying the md5 checksum on the hotfix_XXX.jar file, see that it matches the value found in Adobe ColdFusion update feed: https://www.adobe.com/go/coldfusionupdates If the md5 checksum matches install the hotfix from the command prompt: java -jar {coldfusion-home}\cfusion\hf-updates\hotfix_XXX.jar Replace hotfix_XXX.jar with the filename of the hotfix jar you are installing, and follow the prompts. The installer will typically attempt to restart ColdFusion when done, you can however disable that, see documentation for details. You may need to reinstall the IIS connectors at this point, consult the hotfix release notes. 4.1.2 Setup Permissions on ColdFusion installation directory Grant the user you created for ColdFusion to run as (cfusion in our example) and the Administrators group full control over the ColdFusion installation directory. Enable auditing on this directory as well. In a maximum security environment you may consider a more detailed permission structure for the ColdFusion installation directory to prevent runtime changes to certain resources or configuration, this may however break features like security hotfix installation from ColdFusion administrator. 41

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87

41
Section 4 - Post ColdFusion Installation
4.1 Windows 2008 Post ColdFusion Installation
4.1.1 Install ColdFusion Hotfixes
Note: At the time of this writing you will need to install the ColdFusion 10 Mandatory Update before you can
install any Hotfixes: See
Login to ColdFusion administrator and click on
Server Updates > Updates
and then select the latest hotfix, and
click
Download
.
Verify the integrity of the download by performing verifying the md5 checksum on the hotfix_XXX.jar file, see
that it matches the value found in Adobe ColdFusion update feed:
updates
If the md5 checksum matches install the hotfix from the command prompt:
java -jar {coldfusion-home}\cfusion\hf-updates\hotfix_XXX.jar
Replace hotfix_XXX.jar with the filename of the hotfix jar you are installing, and follow the prompts. The
installer will typically attempt to restart ColdFusion when done, you can however disable that, see
documentation for details.
You may need to reinstall the IIS connectors at this point, consult the hotfix release notes.
4.1.2 Setup Permissions on ColdFusion installation directory
Grant the user you created for ColdFusion to run as (cfusion in our example) and the Administrators group full
control over the ColdFusion installation directory. Enable auditing on this directory as well.
In a maximum security environment you may consider a more detailed permission structure for the ColdFusion
installation directory to prevent runtime changes to certain resources or configuration, this may however break
features like security hotfix installation from ColdFusion administrator.