Hello Greg,
Setting up webdav in Apache (2.2) is kind of trivial:

DavLockDB "/var/lock/dav/lock"

Alias /maven2 "/var/www/maven2"

<Directory /var/www/maven2>
    Dav On
    AllowOverride None
</Directory>

That said, this is a maven list and your question is rather httpd
specific. Did you have a look at /usr/share/doc/apache2 for example on
a debian like linux system, or better http://httpd.apache.org  ? 

If your question is about configuring webdav in maven, this is covered
http://maven.apache.org/wagon/ in great details ;-). More seriously,
you just add wagon-dav extension to your pom and you can use dav://
urls.

REgards,

-- 
OQube < software engineering \ génie logiciel >
Arnaud Bailly, Dr.
\web> http://www.oqube.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to