Skip to main content
Participant
November 4, 2014
Question

Where can I download update 2 for ColdFusion 11

  • November 4, 2014
  • 6 replies
  • 620 views

I'm behind a proxy server and I have added the following arguments to the "Server Settings > Java and JVM" in the Administrator

-Dhttp.proxyHost=proxyhostURL

-Dhttp.proxyPort=proxyPortNumber

-Dhttp.proxyUser=someUserName

-Dhttp.proxyPassword=somePassword

I can check for updates, but cannot download them. Where cna I download them from on the Adobe site?

    This topic has been closed for replies.

    6 replies

    pete_freitag
    Participating Frequently
    November 4, 2014

    They only provide download through the updater / administrator, but you can fetch the update url directly: http://www.adobe.com/go/coldfusion-updates and then look in that file, looks like you want: http://download.adobe.com/pub/adobe/coldfusion/cf11/hotfix_002.jar You can place that file in your hfupdates folder and then run it from command prompt (you may want to run as administrator) using java -jar hotfix_002.jar

    Participant
    November 7, 2014

    Thank you!

    jkcrosby
    Inspiring
    December 16, 2014

    Did you get this to work?  All I get is a zip folder of that name with no jar inside.  I've been going round and round with this. Thanks!