Nützliche Liferay Einstellungen
Posted by Martin on Wednesday, 3 November 2010
Folgende Einstellung kann in der portal-ext.properties gesetzt werden.
# # Set the following to false if portlets should hide instead of showing users # that they do not have access to a portlet. The portlet init parameter # "show-portlet-access-denied" will override this setting. # layout.show.portlet.access.denied=false
Folgende Einstellung kann in der portal-ext.properties gesetzt werden.
# # MySQL Connector # jdbc.default.driverClassName=com.mysql.jdbc.Driver jdbc.default.url=jdbc:mysql://localhost/lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false jdbc.default.username=??? jdbc.default.password=???