ioos / comt

IOOS Coastal and Ocean Modeling Testbed. See:
https://github.com/ioos/comt/wiki
MIT License
1 stars 7 forks source link

Test that Google Spreadsheet `comt_2` sheet generates THREDDS catalog #14

Open rsignell-usgs opened 10 years ago

rsignell-usgs commented 10 years ago

Using the test datasets provided by Andre, ensure that the Google Spreadsheet comt_2 sheet is correctly producing a COMT2 catalog.

rsignell-usgs commented 10 years ago

@brianmckenna , on the comt1 server (testbedapps.sura.org), user tomcat had a cron job that ran every hour to generate a new thredds catalog from the google doc and then touched the web.xml file to force thredds to reload.

I tried to implement this on comt.sura.org but I can't login as user tomcat to create the crontab entry:

[root@testbed2 ~]# su - tomcat
This account is currently not available.

Is this a security measure?
Can we make it possible to login as tomcat, or do you have a better idea of how to accomplish the objective?