ioos / comt_catalog

THREDDS catalogs for comt_catalog.sura.org:/var/www/thredds_instance/content/thredds
http://comt.sura.org/thredds
1 stars 5 forks source link

Fix these so that they start up on reboot #38

Closed rsignell-usgs closed 9 years ago

rsignell-usgs commented 9 years ago
rsignell-usgs commented 9 years ago

@brianmckenna, @hortenvaldes , basically none of our COMT services came back up on reboot.

No tomcat process is even running, even though I can see that we have

/etc/init.d/tomcat_thredds 

What is the problem here? We don't want to have to start everything manually every time.

rsignell-usgs commented 9 years ago

Starting everything manually:

THREDDS:

ssh testbed@comt.sura.org
sudo /etc/init.d/tomcat_thredds start

IPython Notebook:

nohup ipython notebook &

pycsw:

cd /var.www/pycsw
nohup python csw.wsgi &