掲示板

PHP - Portlet with Liferay 6.2

7年前 に Carsten Kikul によって更新されました。

PHP - Portlet with Liferay 6.2

New Member 投稿: 18 参加年月日: 16/08/09 最新の投稿
Hello!
i want to create a PHP-Portlet with my Liferay version 6.2.
For this, i took this: https://web.liferay.com/de/community/wiki/-/wiki/Main/Creating+a+Simple+PHP+Portlet for insspiration.
The problem is that i can't deploy it. When i try to deploy it in the portal, it happens nothing.
I loaded the .zip several times up but there is nothing in the "add-list" then.

What is my fault? Let me know please.
thumbnail
7年前 に David H Nebinger によって更新されました。

RE: PHP - Portlet with Liferay 6.2

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
Loaded a zip? AFAIK there is nothing tied to hot deploy to treat a zip like a portlet war. At the end of the day you should still have a war file, you should still have the portlet.xml and liferay-portlet.xml file, still have the liferay-display.xml file, web.xml, etc.




Come meet me at the LSNA!
7年前 に Carsten Kikul によって更新されました。

RE: PHP - Portlet with Liferay 6.2

New Member 投稿: 18 参加年月日: 16/08/09 最新の投稿
Ok, i found out, that when i rename the .zip into .war it works.

Thank you.