Portlet not getting deployed

后端 未结 7 826
粉色の甜心
粉色の甜心 2021-01-12 18:05

I have this strange problem at which I have spent stupid amount of time. To build my portlet, I haven\'t used sdk and I am using my own ant script do the job. It works all w

7条回答
  •  [愿得一人]
    2021-01-12 18:39

    This is normally the case when the auto.deploy.dest.dir is pointing to the wrong place. Firstly, i came to realise the common mistake is to make this point to liferay_home/deploy which is not correct. This property specifies the destination of exploded files. For tomcat, it would be the webapps directory e.g. /opt/liferay-portal-6.2-ce-ga2/tomcat-7.0.42/webapps

    In other words, tomcat, on receiving the exploded files,carries on. In your case, tomcat was never realising any changes.

提交回复
热议问题