Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
Sandbox Deploy
Input a list of comma delimited class names that implement com.liferay.portal.kernel.deploy.sandbox.SandboxDeployListener. These classes are used to process sandbox style plugins.
sandbox.deploy.listeners=\
com.liferay.portal.deploy.sandbox.PortletSandboxDeployListener,\
com.liferay.portal.deploy.sandbox.ThemeSandboxDeployListener
Set this to true to enable sandbox style plugin development.
sandbox.deploy.enabled=false
Set the directory to scan for sand box style plugins.
sandbox.deploy.dir=${liferay.home}/sandbox
Set the interval in milliseconds on how often to scan the directory for changes.
sandbox.deploy.interval=3000