Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I check the version of a Liferay instance?

Tags:

I have several instances of Liferay Portal (bundled with Apache Tomcat 5.5.x/6.x) and I need to know how to check the version of those Liferay instances.

Thanks in advance.

like image 352
Rubens Mariuzzo Avatar asked Dec 29 '10 14:12

Rubens Mariuzzo


People also ask

What is the current running version of Liferay?

At the time of writing, the most recent version is Liferay CE 6.1 GA2 (6.1. 1) or Liferay EE 6.1 GA2 (6.1. 20). Always update to the latest maintenance release available for the functional version (major or minor) that you are using.

What is instance in Liferay?

Liferay Portal allows you to run more than one portal instance on a single server. The Portal Instances section of the Control Panel appears under the Configuration heading. This section lets you manage multiple portal instances from a single Liferay installation.

What is Liferay tool?

Liferay is an open source enterprise portal used to enable corporate intranet and extranet. This Java-based web application platform provides a toolset for the development of customizable portals and websites.


2 Answers

As an administrator, go to:

Control Panel -> Configuration -> Server Administration

The version is in the information banner at the top of the "Resources" tab.

Liferay version

like image 150
Dima Avatar answered Sep 28 '22 18:09

Dima


You can also check that information in the console log when starting up the server or checking the the headers of a HTTP request

like image 42
user755473 Avatar answered Sep 28 '22 18:09

user755473