Uploaded image for project: 'Gateway'
  1. Gateway
  2. GTWY-2871

Help page copy update

XMLWordPrintable

    • Icon: Defect Defect
    • Resolution: Done
    • Icon: Major Major
    • 2.0.0-RC2, 2.0.0
    • 1.3.4
    • Data Download
    • None

      The help page is getting more unusuable since the commands describe were previously incomplete, and are now wrong:
      No it shows this:

      wget http://ipcc-ar5.dkrz.de/webstart/myProxyLogon/MyProxyLogon-ESG.jar;jsessionid=F4EBC8B25BDDB531AED26366CD7625D4 -O $HOME/.esg/MyProxyLogon.jar

      Assuming you really want to pass the session, you need to encapsulate those in quotes, if not the semicolon will break.
      Furthermore:
      java -jar $HOME/.esg/MyProxyLogon.jar -u <username> -h <myproxy-server>

      could be filled out with the myproxy server information (including port), since that information is known. It should be like:
      java -jar $HOME/.esg/MyProxyLogon.jar -h server -p port -u <username>

      to simplify cut and paste.

              cgrant Christy Grant
              estanislao.gonzalez Estanislao Gonzalez (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: