Commit 3b74f406 authored by Luca Cinquini's avatar Luca Cinquini
Browse files

Re-instating the TDS test catalog.

parent 7194ddd5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -86,9 +86,9 @@ RUN mkdir -p /esg/content/thredds
# TDS memory configuration
COPY thredds/conf/threddsConfig.xml  /esg/content/thredds/threddsConfig.xml

# ESGF root catalog
COPY thredds/conf/catalog.xml /esg/content/thredds/catalog.xml
COPY thredds/conf/esgcet/catalog.xml /esg/content/thredds/esgcet/catalog.xml
# ESGF root catalog - will override TDS startup catalog with test data
#COPY thredds/conf/catalog.xml /esg/content/thredds/catalog.xml
#COPY thredds/conf/esgcet/catalog.xml /esg/content/thredds/esgcet/catalog.xml

# TDS customized applicationContext.xml file with ESGF authorizer
COPY thredds/conf/applicationContext.xml /usr/local/tomcat/webapps/thredds/WEB-INF/applicationContext.xml