Download esup-webdav-manager-<version>.zip from the project site
Unzip the file somewhere on a working directory
Note
To configure this application you have to adapt some configuration files. Every time you will find a <fileName>-example.<extension> example file that you can copy to <fileName>.<extension> before adapting.
Adapt build.properties
Adapt properties/exceptionHandling/exceptionHandling.xml for exception handling configuration.
Note
By default, exception reports are also sent to an archived bugs mailing list, accessible to the developers of the project only. This feature is used to be warned of all the possible exceptions occuring on the applciation anywhere; this way, most bugs can be corrected as soon as they happen. If you do not want the exceptions to be sent to this list, you can manually set property doNotSendExceptionReportsToDevelopers to true.
Adapt properties/smtp/smtp.xml for SMTP configuration.
Adapt properties/dao/hibernate/hibernate.cfg.xml for database confuguration.
Note
This configuration is for the CStockage Channel database in order RemeveUnused ant target can clean this database
Test your configuration:
ant test-config
ant test-smtp
ant test-database