Liferay Portal 6.1 - User Guide
| Download PDF | Purchase Print Book |
Liferay提供丰富知识资源,协助我们的社区与我们的技术更好地结合、应用。
| Download PDF | Purchase Print Book |
Input a list of comma delimited class names that extend com.liferay.portal.struts.SimpleAction. These classes will run at the specified event.
Global shutdown event that runs once when the portal shuts down.
global.shutdown.events=com.liferay.portal.events.GlobalShutdownAction
Application shutdown event that runs once for every web site instance of the portal that shuts down.
application.shutdown.events=com.liferay.portal.events.AppShutdownAction,com.liferay.portal.events.ChannelHubAppShutdownAction
Programmatically kill the Java process on shutdown. This is a workaround for a bug in Tomcat and Linux where the process hangs on forever.
See http://issues.liferay.com/browse/LEP-2048 for more information.
shutdown.programmatically.exit=false