Davenport Configuration Reference - Version 0.9.10

This document describes the configuration settings commonly specified in the Davenport deployment descriptor ("web.xml", located in the "webapps/root/WEB-INF" subdirectory of the Davenport root). For container-specific configuration, consult your container documentation. Information on configuring Jetty (the default container shipping with Davenport) can be found at http://jetty.mortbay.org/jetty/faq/.

The deployment descriptor can be edited directly with any text editor, and is liberally commented (for those unfamiliar with XML, everything between a "<!--" and "-->" pair is a comment). It is recommended that you review the deployment descriptor and tailor it to your environment prior to running Davenport for the first time. Reading this document and noting relevant settings is an excellent first step.

Settings are broken into categories; selecting "Expand/Collapse Category" will expand the category to display the relevant configuration parameters.

Expand All Categories ยท Collapse All Categories


Important Parameters

One or more of the following parameters must typically be specified to run Davenport successfully:

Authentication Settings

These settings control how Davenport authenticates users.

Expand/Collapse Category

Resource Locking

These settings are used to configure WebDAV locking, which enables coordination of concurrent modifications.

Expand/Collapse Category

Request Filtering

These settings allow installation and configuration of pluggable filters to control access to Davenport resources.

Expand/Collapse Category

Error Handling

These settings configure how Davenport handles errors encountered during operation.

Expand/Collapse Category

Logging

These settings configure Davenport application logging.

Expand/Collapse Category

Miscellaneous Davenport Settings

These are various configuration settings specific to the Davenport application.

Expand/Collapse Category

Miscellaneous jCIFS Settings

These settings are used to configure jCIFS (the Java library used by Davenport to access SMB resources).

This document describes jCIFS properties which are most directly related to Davenport; for a complete reference on jCIFS configuration and usage, visit the jCIFS web site.

Expand/Collapse Category