Friday, November 29, 2013

Liferay Installation

10 Simple steps to install and start liferay server from eclipse


  1. Download Liferay 6.1 CE bundled with tomcat and appropriate  plug-in SDK.
  2. Open EclipseIDE with Liferay installed.
  3. Go to preferences >     Liferay > Installed SDK's.
  4. Add new liferay plug-in SDK , specify the path of liferay SDK that matches your     liferay version.
  5. You could see the installed liferay plug-in details in Installed SDK table.
  6. Now, we need to setup Runtime Environment for that, goto
        preferences > Servers > Runtime Environments
  1. Add new Liferay runtime and find liferay tomcat(associated with current version) under Liferay Inc, category.
  2. Browse and select the location of Tomcat configured with liferay (liferay-portal-tomcat),save runtime preferences.
  3. Define a new server and specify the type of server as Liferay vX.X(Tomcat v6/v7) which is under liferay,Inc category.
  4. Start the Liferay server configured with tomcat, right click and select ‘Open Liferay Portal Home’ you could see a Basic Configuration Page of Liferay.

No comments:

Post a Comment

Distributed Transactions

What is a distributed transaction?  Transactions that span over multiple physical systems or computers over the network, are simply termed D...