Run our
SiteOutliner servlet from an HTML form and create a hierarchical
index to the document root directory on your Web server. Choose
the depth in the directory (how many levels beneath the root)
to recursively scan for documents.
Or, run our SiteOutliner from your /servlets
directory. It lets you choose any target directory, as well
as the depth, file types to include, files and directories to
exclude, and the type of encoding. For the syntax and parameters,
at a command prompt, enter: java SiteOutliner -help
Note: In
order to run the SiteOutliner from a command prompt, you will
need to put the applicationserver_root\lib\xml4J.jar
on the system CLASSPATH. The resulting .cdf file will be placed
in the root of the target directory that you scan.