Sun Java System Web Server 6.1 SP11 Administrator's Guide

Enabling WebDAV for a Virtual Server Class

To enable WebDAV for a particular virtual server class, perform the following steps.

ProcedureTo enable WebDAV for a particular virtual server class

  1. Select the virtual server class.

  2. Click the Content Mgmt tab.

  3. Click the Enable/Disable WebDAV link.

    Figure 19–2 Enabling WebDAV for a Virtual Server Class

    Enabling WebDAV for a virtual server class

  4. Check the Enable DAV checkbox.

  5. Click OK.

    When you enable WebDAV for a virtual server class, the associated obj.conf file is updated with the following entries:

    <Object name="default">
    ...
    Service fn="service-dav" 
    method="(OPTIONS|PUT|DELETE|COPY|MOVE|PROPFIND|PROPPATCH|LOCK|UN
    LOCK|MKCOL)"
    Error fn="error-j2ee"
    ...
    </Object>
    ...
    <Object name="dav">
    PathCheck fn="check-acl" acl="dav-src"
    Service fn="service-dav" 
    method="(GET|HEAD|POST|PUT|DELETE|COPY|MOVE|PROPFIND|PROPPATCH|L
    OCK|UNLOCK|MKCOL)"
    </Object>