Foren

Portlet deployed successfully but not showing up in liferay portal

Dean Grobler, geändert vor 12 Jahren.

Portlet deployed successfully but not showing up in liferay portal

thumbnail
Gaurang Sheladia, geändert vor 12 Jahren.

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

Regular Member Beiträge: 159 Beitrittsdatum: 15.02.09 Neueste Beiträge
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, geändert vor 12 Jahren.

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

thumbnail
Ram Manusani, geändert vor 12 Jahren.

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

Regular Member Beiträge: 124 Beitrittsdatum: 27.10.11 Neueste Beiträge
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, geändert vor 9 Jahren.

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

New Member Beiträge: 5 Beitrittsdatum: 03.11.14 Neueste Beiträge
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, geändert vor 12 Jahren.

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

Junior Member Beiträge: 28 Beitrittsdatum: 20.03.11 Neueste Beiträge
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, geändert vor 12 Jahren.

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

Dean Grobler, geändert vor 12 Jahren.

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

thumbnail
Jan van der Kaaden, geändert vor 12 Jahren.

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

Junior Member Beiträge: 28 Beitrittsdatum: 20.03.11 Neueste Beiträge
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, geändert vor 11 Jahren.

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

New Member Beiträge: 24 Beitrittsdatum: 27.09.12 Neueste Beiträge
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.