Versions Compared

Key

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

This documentation has not been fully vetted. If you use it and find errors please fix them, or leave a comment and the authors will apply fixes.

Once this document has been fully vetted this message will be removed. -Thanks!

Download and Install

  1. Download a Released tarball from the Downloads page.
  2. Untar it
  3. cd into the apache-oodt-{version}-src folder
  4. mvn package

...

Wiki Markup
\[CAS_PP_HOME\]/policy/mimetypes.xml
Code Block
Wiki Markup
\[CAS_PP_HOME\]/policy/ExternalSources.xml

Purpose: This file contains a list of External Data Sources such as FTP Servers. The login.alias attribute will be used within the RemoteSpecs.xml

Code Block
XML
XML

<sources>
    <source host="e4ftl01.cr.usgs.gov">
        <login type="ftp" alias="MOD09GAFtp">
            <username>anonymous</username>
            <password>user@host.com</password>
        </login>
    </source>
</sources>