Liferay Developer Studio

Installing a Liferay Server in Liferay Developer Studio

Register a Liferay DXP bundle with Liferay Developer Studio (LDS) so you can start, stop, debug, and deploy to it from the IDE. Each registered server appears in the Servers view, and LDS controls it directly — no separate terminal start/stop is needed.

Prerequisites

Add the Server

  1. In the Servers view, click No servers are available. Click this link to create a new server….

    If you have already configured a server, right-click in the Servers view and select NewServer instead.

  2. Open the Liferay, Inc. category and select Liferay 7.x.

  3. Optionally rename the server (the name appears in the Servers view) and click Next.

  4. Browse to the installation folder of your Liferay DXP bundle. For Tomcat-based bundles, point at the Tomcat directory (for example, ~/liferay-dxp/tomcat-X.Y.ZZ).

  5. Select a JRE — JDK 17 or 21 — and click Finish.

The new server appears in the Servers view.

Control the Server

The Servers view toolbar provides three primary actions:

ActionDescription
StartBoots the Liferay DXP server. Console output appears in the Console view.
StopShuts the server down.
DebugBoots the server in debug mode for breakpoint-based debugging from LDS.

After Tomcat logs Server startup in [N] milliseconds, the Liferay DXP instance is ready for deployment.