Tomcat 将Liferay中的Portlet版本从5.2.3更改为6.2

Tomcat 将Liferay中的Portlet版本从5.2.3更改为6.2,tomcat,migration,liferay,portlet,Tomcat,Migration,Liferay,Portlet,实际上,在我的portlet中的liferay-plugin-package.xml中 <module-id>liferay/MyPortlet/1.0.0/war</module-id> liferay/MyPortlet/1.0.0/war 及 5.2.3 我想把它们改成6.2。我确实进行了门户迁移,但它说Portlet不可用 日志文件中有什么内容吗?没有,在某些情况下,我只在liferay-plugin-package.xml 6.2+中插入了最新版本,上

实际上,在我的portlet中的liferay-plugin-package.xml中

 <module-id>liferay/MyPortlet/1.0.0/war</module-id>
liferay/MyPortlet/1.0.0/war


5.2.3

我想把它们改成6.2。我确实进行了门户迁移,但它说Portlet不可用

日志文件中有什么内容吗?没有,在某些情况下,我只在liferay-plugin-package.xml 6.2+中插入了最新版本,上面写着部署。。但什么也没发生
 <liferay-versions>
    <liferay-version>5.2.3</liferay-version>
 </liferay-versions>