Portlet not getting deployed

后端 未结 7 786
粉色の甜心
粉色の甜心 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:40

    Late answer, but maybe it will help someone:

    - just shutdown your server;
    - delete the portlet from the "webapps" tomcat folder;
    - you should delete "temp" and "work" folders content;
    - restart your server and deploy your portlet.

    Everything should be OK. I do not know why this happens, but I encounter this problem many times and fix it with the same solution.

    Bye!

提交回复
热议问题