Setting a proxy for coldfusion
add 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
Advertisement
Thank You!!