From: amwaterhouse Date: Tue, 9 Aug 2005 17:07:14 +0000 (+0000) Subject: Add notes on proxy settings X-Git-Tag: Release_2_03~54 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=c1cfb99785396db10ffa57e5950d72f873880c61;hp=9ab1001c61afa9c1ab83a6314c05f32bd4ae28d4;p=jalview.git Add notes on proxy settings --- diff --git a/README b/README index 742ea2a..618a615 100755 --- a/README +++ b/README @@ -1,10 +1,7 @@ -Jalview Release 2.01 -------------------- +Jalview Readme +-------------- - -This is the complete source for Jalview 2.01. - The source is available as a tar file and comes complete with the GNU General Public License. To build the application you will need a J2SDK 1.4+. @@ -26,3 +23,11 @@ Replace JALVIEW_HOME with the full path to Jalview Installation Directory. ################## + +If you use a proxy server add + +-Dhttp.proxyServer=YOUR.SERVER -Dhttp.proxyPort=YOURPORT + +If the proxy server requires authentication, add + +-Dhttp.proxyUser=USERNAME -Dhttp.proxyPassword=PASSWORD