Sorry if this is a newbie question. Using Orbeon 3.6
on a RHEL4 server after some struggles with jpackage after which I gave up and installed the tomcat5.5 tarball from apache.org. (Don't get me started on how broken the JPackage repos are. Sorry, digressing. Anyway...) I'm trying to get the Instant Translation demo to run. This would require access to Google, right? We are behind a firewall and we have to use a HTTP proxy. I searched the archive and the suggestions of -Dhttp.proxyHost= and -Dhttp.proxyPort= in the server startup options didn't work. I looked at the code and I see nowhere the httpclient class is called to set the proxy. Can Orbeon in fact load and submit to an external site via a proxy and how? Maybe it's not important, all our URLs will be internal. But I'd like to know. Thanks in advance, Ken Get the name you always wanted with the new y7mail email address. www.yahoo7.com.au/y7mail -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Ken,
On Mon, Apr 14, 2008 at 11:30 PM, Ken Yap <[hidden email]> wrote: > Can Orbeon in fact load and submit to an external site > via a proxy and how? I guess we would have to set the proxy on the HTTP client object (e.g. as shown here: http://hc.apache.org/httpclient-3.x/sslguide.html), maybe using a configuration defined from properties.xml. This is not done at this point, but you can change this in the code, and if you wish contribute back your changes to the community. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
> > Can Orbeon in fact load and submit to an external
Thanks, It isn't essential to my project but I'll see
> site > > via a proxy and how? > > I guess we would have to set the proxy on the HTTP > client object (e.g. > as shown here: > http://hc.apache.org/httpclient-3.x/sslguide.html), > maybe using a configuration defined from > properties.xml. This is not > done at this point, but you can change this in the > code, and if you > wish contribute back your changes to the community. if I can add the code in my spare time. It would be the usual http_proxy, https_proxy, ftp_proxy (perhaps also all_proxy a la curl) and no_proxy settings so many browsers use. I think I would leave proxy auth to somebody else to add. Get the name you always wanted with the new y7mail email address. www.yahoo7.com.au/y7mail -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |