Directory Structure

By default, the configuration tool (see the section titled ``The Configuration Tool'') organizes files containing the Web server's configurations, documents, and servlets in one directory tree per virtual host. This tool can be used to manage all trees for the Web server. A default tree exists in collection/web-server/, which looks like:

configuration-table
default-web-root
  conf
    servlet-error.html
    forbidden.html
    servlet-refresh.html
    passwords-refresh.html
    not-found.html
    protocol-error.html
  htdocs
    Defaults
      index.html
      documentation
        ...
  log
  passwords
  servlets
    configure.ss
my-other-host
  conf ...
  htdocs ...
  log
  passwords
  servlets
still-another-host ...

Files may be relocated or shared between hosts by editing the details for that host using the configuration tool. For more on virtual hosts, see the section titled ``Named Virtual Hosts''.