Re: using Camel behind proxy

2013-02-07 Thread Ivan Vasilev
Thanks a lot Willem for your help! Ivan On Wed, Feb 6, 2013 at 5:15 PM, Willem jiang wrote: > camel-twitter is leveraging the twitter4j. Here the instruction of setting > the proxy from twitter4j FAQ[1]. > > You can either to use system properties(-Dtwitter4j.http.proxyHost, > -Dtwitter4j.http.

Re: using Camel behind proxy

2013-02-06 Thread Willem jiang
camel-twitter is leveraging the twitter4j. Here the instruction of setting the proxy from twitter4j FAQ[1]. You can either to use system properties(-Dtwitter4j.http.proxyHost, -Dtwitter4j.http.proxyPort) or twitter4j.properties. http.proxyHost=your.proxy.host http.proxyPort=8080 twitter4j.prop