Introduction
In order to install the repostories and sites with DaV support, you should the following steps:
#The Common WebDaV application
#The sites
#The central repository
#The 3rd-party repository
#The projects repository
#The projects-snapshot repository
The Common WebDaV application
All the DaV webapps for sites and repositories follow the same model of application.
This model of application is implemented as a directory called $(webapp.directory) with the following content:
The web.xml file has the following content:
The sites
Copy your common DaV application in the $(server.data.home)/sites directory.
Creates a sites.xml file in the $(server.tomcat.base)conf/Catalina/localhost directory with the following content (dont forget to expand the $(xxx) variables with your defined values):
The central repository
Copy your common DaV application in the $(server.data.home)/repositories/central directory.
Creates a central.xml file in the $(server.tomcat.base)conf/Catalina/localhost directory with the following content (dont forget to expand the $(xxx) variables with your defined values):
The 3rd-party repository
Copy your common DaV application in the $(server.data.home)/repositories/3rd-party directory.
Creates a 3rd-party.xml file in the $(server.tomcat.base)conf/Catalina/localhost directory with the following content (dont forget to expand the $(xxx) variables with your defined values):
The projects repository
Copy your common DaV application in the $(server.data.home)/repositories/projects directory.
Creates a projects.xml file in the $(server.tomcat.base)conf/Catalina/localhost directory with the following content (dont forget to expand the $(xxx) variables with your defined values):
The projects-snapshot repository
Copy your common DaV application in the $(server.data.home)/repositories/projects-snapshot directory.
Creates a projects-snapshot.xml file in the $(server.tomcat.base)conf/Catalina/localhost directory with the following content (dont forget to expand the $(xxx) variables with your defined values):
