Sun GlassFish Web Space Server 10.0 Administration Guide

WebDAV

WebDAV is a property in the portal.properties file, which is the default configuration file for Sun GlassFish Web Space Server. You can override this property using portal-ext.properties file.

Set the following to true to enable programmatic configuration to let the Web- DAV be configured for litmus testing. This should never be set to true unless you are running the litmus tests.


webdav.litmus=false

Set a list of files for the WebDAV servlet to ignore processing.


webdav.ignore=.DS_Store,.metadata_index_homes_only,.metadata_never_index,.Sp
otlight-V100,.TemporaryItems,.Trashes

Set the tokens for supported WebDAV storage paths.


webdav.storage.tokens=document_library,image_gallery,journal

Set the class names for supported WebDAV storage classes.


webdav.storage.class[document_library]=com.liferay.portlet.documentlibrary.
webdav.DLWebDAVStorageImpl
webdav.storage.class[image_gallery]=com.liferay.portlet.imagegallery.webdav.
IGWebDAVStorageImpl
webdav.storage.class[journal]=com.liferay.portlet.journal.webdav.JournalWeb-
DAVStorageImpl