Skip to main content
Participant
May 16, 2022
Question

How to install CF2021 Update 4 using CFPM?

  • May 16, 2022
  • 1 reply
  • 107 views

This is always a head scratcher. Is there a way to simply install a server update and any packages that may need to be updated as well? I seem to only be able to do the reverse, update installed packages which may then install a server update.

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    May 18, 2022

    Sure. You could just install Update 4 using the Java that ColdFusion 2021 is currently running on.

     

    Take my setup, for example. I am on Windows. My base ColdFusion version is CF2021 Update 3, located at C:\ColdFusion2021. It uses JDK 11.0.15, which is located at C:\Program Files\Java\jdk-11.0.15.

     

    The steps to manually install Update 4 are:

    1. Download the ColdFusion 2021 Update 4 JAR file (hotfix-004-330004.jar) to C:\ColdFusion2021\bundles\updateinstallers\ .
    2. Open the command-prompt CMD as administrator. Run the command: cd C:\Program Files\Java\jdk-11.0.15\bin.
    3. At the prompt, run the command: java.exe -jar C:\ColdFusion2021\bundles\updateinstallers\hotfix-004-330004.jar