Sun GlassFish Web Space Server 10.0 Administration Guide

Document Library Portlet

Document Library Portlet 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 name of a class that implements com.liferay.documentlibrary.util.Hook. The document library server will use this to persist documents.

Available hooks are:

Examples:


dl.hook.impl=com.liferay.documentlibrary.util.FileSystemHook
dl.hook.impl=com.liferay.documentlibrary.util.JCRHook
dl.hook.impl=com.liferay.documentlibrary.util.S3Hook