[kepler-dev] [Bug 3899] New: - web service actor does not work through proxy
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue Mar 17 12:19:25 PDT 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3899
Summary: web service actor does not work through proxy
Product: Kepler
Version: 1.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: berkley at nceas.ucsb.edu
ReportedBy: chrisweed at gmail.com
QAContact: kepler-dev at kepler-project.org
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.
More information about the Kepler-dev
mailing list