Project

General

Profile

Actions

Bug #3899

open

web service actor does not work through proxy

Added by Chris Weed about 15 years ago. Updated almost 15 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
general
Target version:
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.

Actions

Also available in: Atom PDF