Changes between Version 52 and Version 53 of DataServices/OPeNDAP-TDS-Install

Show
Ignore:
Timestamp:
03/20/09 13:33:08 (18 months ago)
Author:
PaulineMak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DataServices/OPeNDAP-TDS-Install

    v52 v53  
    123123{{{ 
    124124unzip thredds.war -d $JETTY_HOME/webapps/thredds/ 
     125}}} 
     126 
     127 * Then restart the server.  If you have installed Jetty using the /etc/init.d/tds script, then you can simply do: 
     128{{{ 
     129/etc/init.d/tds restart 
     130}}} 
     131 
     132 or, you can run the java command from $JETTY_HOME 
     133{{{ 
    125134java -DSTOP.PORT=8079 -DSTOP.KEY=secret -jar start.jar --stop 
    126135java -DSTOP.PORT=8079 -DSTOP.KEY=secret -jar start.jar $JETTY_HOME/etc/jetty-setuid.xml $JETTY_HOME/etc/jetty.xml