Version 2 (modified by antonio, 10 years ago) (diff) |
---|
Añadir un nuevo catalogo THREDDS para datos del proyecto VALUE
El servidor THREDDS de meteo está desplegado en oceano, como servicio del sistema.
Los archivos se encuentran en una carpeta local que denominaremos $TDSMETEOHOME
[antonio@oceano ~]$ cd /oceano/services/TDS4/
editamos el archivo
[antonio@oceano TDS4]$ vi tomcat/content/thredds/catalog.xml
y añadimos la siguiente entrada, exportando los ficheros *.nc de la carpeta /oceano/gmeteo/DATA/UC/VALUE/ y subcarpetas. Estos Datasets se exportarán mediante los servidores HTTP, DODS, WCS, WMS y NCS.
<datasetScan name="VALUE" ID="VALUE" path="VALUE" location="/oceano/gmeteo/DATA/UC/VALUE/"> <metadata inherited="true"> <serviceName>multiService2</serviceName> </metadata> <filter> <include wildcard="*.nc"/> </filter> </datasetScan>
solo queda reiniciar el servicio del sistema:
[root@oceano ~]# service tdsmeteo restart Shutting down Meteo's Thredds server: Using CATALINA_BASE: /oceano/services/TDS4/apache-tomcat-6.0.32 Using CATALINA_HOME: /oceano/services/TDS4/apache-tomcat-6.0.32 Using CATALINA_TMPDIR: /oceano/services/TDS4/apache-tomcat-6.0.32/temp Using JRE_HOME: /oceano/services/TDS4/jre1.6.0_24 Using CLASSPATH: /oceano/services/TDS4/apache-tomcat-6.0.32/bin/bootstrap.jar Using CATALINA_PID: /oceano/services/TDS4/apache-tomcat-6.0.32/logs/catalina.pid Starting Meteo's Thredds server: Using CATALINA_BASE: /oceano/services/TDS4/apache-tomcat-6.0.32 Using CATALINA_HOME: /oceano/services/TDS4/apache-tomcat-6.0.32 Using CATALINA_TMPDIR: /oceano/services/TDS4/apache-tomcat-6.0.32/temp Using JRE_HOME: /oceano/services/TDS4/jre1.6.0_24 Using CLASSPATH: /oceano/services/TDS4/apache-tomcat-6.0.32/bin/bootstrap.jar Using CATALINA_PID: /oceano/services/TDS4/apache-tomcat-6.0.32/logs/catalina.pid