General

Simple Debugging Tip

Posted by on September 24, 2008 at 5:15 am

If your portlet view doesn’t render correctly, you can take a look at the raw html generated source to help figure out the cause. Just access View Source from your browser window.

Liferay timeouts

Posted by on September 22, 2008 at 7:11 am

You can set timeouts using Liferay’s portal.properties (or portal-ext.properties). But its best to set timeouts in the web.xml since it overrides any setting in portal.properties. You can still use portal.propeties to set the timeout warning interval.

Lucene Errors

Posted by on September 11, 2008 at 6:30 am

If you get “Lucene” related exception errors, try deleting the write.lock file in your local user-document-directoryliferaylucene folder.