On Thursday, Feb 6, 2003, at 10:35 US/Pacific, Debbie Dickerson wrote:
> Can you try adding the following arguments to the "JVM Arguments" in
> your CF administrator (putting in the appropriate proxyHost and
> proxyPort values)? Stop and restart your cfmx server and test.
>
> -DproxySet=true -Dhttp.proxyHost=yourDNS or IP -DproxyPort=port#
You can do this programmatically (in Java, and hence in CFMX):
<cfscript>
obj = CreateObject("java", "java.lang.System");
obj.setProperty("http.proxyHost", "your_proxy_host");
obj.setProperty("http.proxyPort", "your_proxy_port");
</cfscript>
(Thanx to Google for pointing me at Daemonite's blog)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription:
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4