From c1cfb99785396db10ffa57e5950d72f873880c61 Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Tue, 9 Aug 2005 17:07:14 +0000 Subject: [PATCH] Add notes on proxy settings --- README | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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 -- 1.7.10.2