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 implement com.liferay.portal.integrity.VerifyProcess. These classes will run on startup to verify and fix any integrity problems found in the database.
verify.processes=com.liferay.portal.verify.VerifyProcessSuite
Specify the frequency for verifying the integrity of the database.
Constants in VerifyProcess:
`public static final int ALWAYS = -1;`
`public static final int NEVER = 0;`
`public static final int ONCE = 1;`
verify.frequency=1