Fórum

Portlet deployed successfully but not showing up in liferay portal

Dean Grobler, modificado 12 Anos atrás.

Portlet deployed successfully but not showing up in liferay portal

thumbnail
Gaurang Sheladia, modificado 12 Anos atrás.

RE: Portlet deployed successfully but not showing up in liferay portal

Regular Member Postagens: 159 Data de Entrada: 15/02/09 Postagens Recentes
Hi Dean,

In liferay 6 yes it will generate automatically...whenever you are deploying any portlet it will create your-portlet.xml dynamically under /tomcat/conf/root/localhost/

Please let me know for any query.

Thanks,
Gaurang
Dean Grobler, modificado 12 Anos atrás.

RE: Portlet deployed successfully but not showing up in liferay portal

thumbnail
Ram Manusani, modificado 12 Anos atrás.

RE: Portlet deployed successfully but not showing up in liferay portal

Regular Member Postagens: 124 Data de Entrada: 27/10/11 Postagens Recentes
I use tomcat for all development I do and I come across this issue sometimes. But once I clean my temp, work directory and undeploy and deploy the portlet it works.

Well, about the catalina/localhost directory, the xml file is not always generated and that shouldn't be the problem in your case.

Thanks
Dionysos Kechrologos, modificado 9 Anos atrás.

RE: Portlet deployed successfully but not showing up in liferay portal

New Member Postagens: 5 Data de Entrada: 03/11/14 Postagens Recentes
Hi!

If you've done all the cleaning etc. and it still does not work, there may be another reason for not showing. If you have - for some reson - deactivated the portlet in liferay, it will remember the setting even though you have undeploy it several times.

So, you must go to Control Panel > App Manager > All Apps > your portlet name and activate it again! Hope this helps ^_^

Cheers!
thumbnail
Jan van der Kaaden, modificado 12 Anos atrás.

RE: Portlet deployed successfully but not showing up in liferay portal

Junior Member Postagens: 28 Data de Entrada: 20/03/11 Postagens Recentes
Hi dean
Did you ever succeed to deploy the portlet without problems or did it went wrong from the first time you tried to deploy it?
Do you have more portlets that use Spring?
Dean Grobler, modificado 12 Anos atrás.

RE: Portlet deployed successfully but not showing up in liferay portal

Dean Grobler, modificado 12 Anos atrás.

RE: Portlet deployed successfully but not showing up in liferay portal

thumbnail
Jan van der Kaaden, modificado 12 Anos atrás.

RE: Portlet deployed successfully but not showing up in liferay portal

Junior Member Postagens: 28 Data de Entrada: 20/03/11 Postagens Recentes
Hi Dean,

if you want to solve this see the thread:
Unable to Communicate with Repository

I think Ram Manusani has a point, did you succeed to cleanup Tomcat? ( ..../tomcat-x/work/Catalina/localhost )

Regards,
Jan
Gaurav Shirbhate, modificado 11 Anos atrás.

RE: Portlet deployed successfully but not showing up in liferay portal

New Member Postagens: 24 Data de Entrada: 27/09/12 Postagens Recentes
Actually i am having one trigger portlet and receiver portlet. When i am accessing liferay portal as a administrator at this time listener portlet is giving output whatever it has to show, but when i log out. When i am accessing portal as a user at that time listener portlet not showing output whatever it is giving while login. Please give me solution for this.