Versions Compared

Key

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

...

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
  • Configure the File Manager for ingesting products of type 'GenericFile'

...

  • . Still inside the file filemgr.properties, define the following properties:
  1. Code Block
    
    
    point to the policy and mime-type specificiations for a 'GenericFile' type
    org.apache.oodt.cas.filemgr.repositorymgr.dirs=file:///usr/local/oodt/cas-filemgr/policy/core

    
    org.apache.oodt.cas.filemgr.validation.dirs=file:///usr/local/oodt/cas-filemgr/policy/core

    
    org.apache.oodt.cas.filemgr.mime.type.repository=file:///usr/local/oodt/cas-filemgr/etc/mime-types.xml
    
    file:///usr/local/oodt/cas-filemgr/etc/mime-types.xml

...