I am having difficiulties with creating portlet for Liferay. I have standard installation, where Liferay Portal resides in liferay_home/bundles
and plugins SDK in liferay_home/plugins
.
I have placed new portlet app in liferay_home/plugins/portlets/my-portlet
. From there I run ant deploy
and I can see WAR file was successfully assembled and was copied to liferay_home/bundles/deploy
.
However, in the running Liferay Portal instancel I don't see portlet that was just freshly copied to deploy folder. So I though I'll check out logs, but liferay_home/bundles/tomcat-7.0.27/logs
is empty.
Any ideas what might be wrong?