Yea, that looks promising, I'll try that. Chris
On Wed, Jul 28, 2010 at 4:34 PM, Jianwu Wang <jianwu at sdsc.edu> wrote: > Hi Chris, > > ??? From org.kepler.build.Run class, you can see it started another JVM to > start org.kepler.Kepler class without accepting properties from > org.kepler.build.runner.Kepler class. I think it is why the properties you > set works for org.kepler.Kepler, but not org.kepler.build.runner.Kepler. > David, please correct me if I am wrong. > > ??? Another possible solution to work around is to setting proxy for Java > itself (http://www.java.com/en/download/help/proxy_setup.xml). It should set > proxy for all java processes. Please have a try to see whether it works. > > > > Best wishes > > Sincerely yours > > Jianwu Wang > jianwu at sdsc.edu > http://users.sdsc.edu/~jianwu/ > > Assistant Project Scientist > Scientific Workflow Automation Technologies (SWAT) Laboratory > San Diego Supercomputer Center > University of California, San Diego > San Diego, CA, U.S.A. > > On 7/28/2010 10:38 AM, chrisweed at gmail.com wrote: > > actually this is what I put in kepler.bat, I am using windows > > On Jul 28, 2010 1:37pm, chrisweed at gmail.com wrote: >> Hi, >> Does anyone have any ideas how to launch kepler with proxy settings? >> I tried adding them to the java command in the kepler.sh file, but that >> doesn't seem to work. >> I can launch it fine from source in Eclipse using org.kepler.Kepler, but >> not from the binary distribution. >> >> Here is what I tried: >> java -Xmx1524m -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080 >> "-Dhttp.nonProxyHosts=host1|host2" -classpath >> build-area\lib\ant.jar;kepler.jar org.kepler.build.runner.Kepler "%1" "%2" >> "%3" "%4" "%5" "%6" "%7" "%8" "%9" >> Chris > > _______________________________________________ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users >

