How can I check the version of a Liferay instance?

前端 未结 7 855
时光取名叫无心
时光取名叫无心 2020-12-29 23:13

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

7条回答
  •  臣服心动
    2020-12-29 23:37

    Look at class com.liferay.portal.kernel.util.ReleaseInfo located in tomcat/common/lib/portal-kernel.jar. There is a bunch of static methods for this purpose. You will find the following property: static String version.

提交回复
热议问题