I would like to make HTTP requests from Rails code running on top of JRuby.
How can I make it to re-use http.proxyHost, http.proxyPort and http.nonProxyHosts settings, given to JVM running it ?
|
I would like to make HTTP requests from Rails code running on top of JRuby. How can I make it to re-use http.proxyHost, http.proxyPort and http.nonProxyHosts settings, given to JVM running it ?
| |||
|
feedback
|
|
To pass JVM flags through JRuby, use
This is explained in JRuby's help text.
| |||||
feedback
|