Librarian - Filesystem
Description
This librarian provides a window into a directory on disk that contains
wrapper and component files. This librarian replaces the old "analysesPath"
directive in the Analysis Server configuration.
Configuration
librarian class: com.phoenix_int.aserver.library.PHXDirectoryLibrarian
The filesystem librarian takes only a single argument of what directory to
publish. Unlike the "analysesPath" directive, you can only specify
a single directory. If you wish to publish multiple directories, use
multiple filesystem librarians, one for each published directory. You
may wish to use a combiner librarian to accomplish your needs.
<librarianOptions>
<analysesPath>path1/here</analysesPath>
</librarianOptions>
See Also: