How can I check the version of a Liferay instance?
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. Dima As an administrator, go to: Control Panel -> Configuration -> Server Administration The version is in the information banner at the top of the "Resources" tab. You can also check that information in the console log when starting up the server or checking the the headers of a HTTP request Jaromir Hamala Look at class com.liferay.portal.kernel.util.ReleaseInfo located in tomcat/common/lib/portal-kernel.jar . There is a