Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
./catalina.sh stop

Step 2: Deploy and configure the OODT File

...

Manager

  • Download and install the latest version of the OODT File Manager:
Code Block

cp cas-filemgr-0.6-SNAPSHOT-dist.tar.gz /usr/local/oodt/.

...


cd /usr/local/oodt

...


tar xvfz cas-filemgr-0.6-SNAPSHOT-dist.tar.gz

...


ln -s cas-filemgr-0.6-SNAPSHOT ./cas-filemgr

...

  • Configure the File Manager installation to use

...

  • the Solr back-end

...

  • . Edit the file /usr/local/oodt/cas-filemgr/etc/filemgr.properties and make the following changes:
Code Block

# use a SolrCatalogFactory

...


filemgr.catalog.factory=org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalogFactory

...


# point to the base URL of the Solr web application within the Tomcat container

...


org.apache.oodt.cas.filemgr.catalog.solr.url=http://localhost:8080/solr

o Configure the File Manager for ingesting products of type 'GenericFile':Still inside filemgr.properties, define the following properties:

...