Alex,

I think the ideal would certainly be to have it in the bluedragon.xml and have it editable via the admin console.

But another possible solution that may satisfy your needs more quickly is to support setting of the proxy using the jvm arguments you highlighted earlier. In com.naryx.tagfusion.cfm.http.cfHTTP, around line 200 you'll see where the proxy related attributes are read and applied. There you could look to see if the system properties have values and if so apply them there.

Andy

On 19/09/2012 17:14, Alex Skinner wrote:
Andy,

Thanks for the reply would you be able to point me in the right direction with regard to us adding an additional node to the bluedragon.xml and then modding the underlying call.

As cfhttp is a wrapper for the function and the function supports all these attributes it should be possible to achieve right ?

Thanks

Alex

On 19 September 2012 16:57, Andy Wu <[email protected] <mailto:[email protected]>> wrote:

    Hi Alex,

    Those jvm arguments would only take effect if we use the core java
    classes for cfhttp (UrlConnection, etc).

    Sorry but there's currently there's no way to set a global proxy.

    Andy

    On 19/09/2012 16:44, Alex Skinner wrote:
    Hi Guys,

    I'm installing an app on a client site and discovered that the
    server will not have web access but needs to use a proxy now I
    don't relish the idea of finding all the cfhttp touch points in
    the app and changing to use a proxy server.

    Is there a global way with openbd to set a proxy server which
    will be used for all http comms

    My colleague found jvm args

    -Dhttp.proxyHost=proxyhostURL
    -Dhttp.proxyPort=proxyPortNumber
    -Dhttp.proxyUser=someUserName
    -Dhttp.proxyPassword=somePassword

    But doesn't seem to work any ideas ?

    Thanks

    Alex


-- Alex Skinner
    Managing Director
    Pixl8 Interactive

    Tel: +448452600726 <tel:%2B448452600726>
    Email: [email protected] <mailto:[email protected]>
    Web: pixl8.co.uk <http://pixl8.co.uk>


-- online documentation: http://openbd.org/manual/
    http://groups.google.com/group/openbd?hl=en

-- online documentation: http://openbd.org/manual/
    http://groups.google.com/group/openbd?hl=en




--
Alex Skinner
Managing Director
Pixl8 Interactive

Tel: +448452600726
Email: [email protected] <mailto:[email protected]>
Web: pixl8.co.uk <http://pixl8.co.uk>


--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

Reply via email to