Actions
Bug #3899
openweb service actor does not work through proxy
Start date:
03/17/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3899
Description
The run script does not set up the java proxy settings, so anything that needs to connect to the internet through http fails.
I had to edit kepler.sh to be the following:
java -Xmx512m -Xss5m -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080 -DKEPLER="$KEP" -DKEPLER_DOCS="$KEP" -Djava.endorsed.dirs=./lib/jar/base-jars/apache -Djava.library.path=./lib org.kepler.loader.Kepler $*
However, this needs a more elegant solution, such as an environment variable, to allow the user to set this.
Updated by Chris Weed over 15 years ago
I guess in windows you have to edit kepler-console.bat to do this also.
Actions