Blog

Featured Image

Alfresco Meetup November 2012, Jakarta – Indonesia

This November will be held back Alfresco Meetup, Jakarta, Indonesia, which had previously been held regularly every month since June 2011. The meetup will be held on 29 November 2012 with the topic of discussion; - Recap Alfresco Developer Conference that was held in early November - Adaptive Case Management Toolbox Venue: Elite Club Meeting Room, Epicentrum, Epicentrum complex, Rasuna Said...

Performance Tuning in Liferay

There are several things to consider in improving the performance of Liferay: 1. Properties There are several configurations on-ext.properties portal that can improve performance: last.modified.check=false Disable checking last modified date on server side CSS and Javascript theme.css.fast.load=true Load the theme’s merged CSS files for faster loading for production javascript.fast.load=true Load the javascript files for faster loading for production 2. Servlet Filters Disable all unused servlet...

Online Preview in Liferay

Steps to install the online preview Liferay on linux:1. Install ImageMagick:apt-get install imagemagick2. Log in as Administrator Portal3. Navigate to ControlPanel -> Administration Server4. On the menu tabs select External Service5. To activate ImageMagick, check the enable ImageMagick6. Fill Path with / usr / bin, how to find out by typing in the terminal :"which convert" Default settings: imagemagick.resource.limit.area=2GiB#imagemagick.resource.limit.disk=16GiB#imagemagick.resource.limit.file=256imagemagick.resource.limit.map=1GiBimagemagick.resource.limit.memory=2GiB#imagemagick.resource.limit.thread=2#imagemagick.resource.limit.time=3600 note: "sign # is not filled"Default setting:  Change to:: imagemagick.resource.limit.area=3GiBimagemagick.resource.limit.disk=10GiBimagemagick.resource.limit.file=512imagemagick.resource.limit.map=3GiBimagemagick.resource.limit.memory=2GiBimagemagick.resource.limit.thread=1imagemagick.resource.limit.time=3600

OpenOffice Integration Liferay

Installing OpenOffice in your Operating System: If your OS is XP / Windows7 follow these steps: 1. Install OpenOffice.org v2.0.3 or any other version. 2. Navigate to C: \ Program Files \ OpenOffice.org \ Programs folder in the command prompt . 3. run the following command: soffice-headless-accept = "socket, host = 127.0.0.1, port = 8100, URP,"-nofirststartwizard. 4. Then Restart If your Linux Operating System follow these steps: 1. Install Package v2.0.3 OpenOffice or any other...