留言板

Market Place Portlet

Yeo Wee Tat,修改在10 年前。

Market Place Portlet

New Member 帖子: 23 加入日期: 14-1-20 最近的帖子
Dear all,

I have Liferay 6.2, whenever I redeploy my portlet , it will deploy default marketplace portlet everything even i delete it from webapps directory,
any suggestions how to disable marketplace portlet ? Thanks

Loading file:/opt/Tomcat-Instances/em/temp/51-marketplace-portlet/WEB-INF/classes/portlet.properties
Loading file:/opt/Tomcat-Instances/em/temp/51-marketplace-portlet/WEB-INF/classes/service.properties
Loading file:/opt/Tomcat-Instances/em/temp/51-marketplace-portlet/WEB-INF/classes/portlet.properties
Mar 21, 2014 10:38:48 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
Loading file:/opt/Tomcat-Instances/em/temp/51-marketplace-portlet/WEB-INF/classes/service.properties
Loading file:/opt/Tomcat-Instances/em/temp/51-marketplace-portlet/WEB-INF/classes/service.properties
10:38:51,934 INFO [localhost-startStop-51][HookHotDeployListener:687] Registering hook for marketplace-portlet
Loading file:/opt/Tomcat-Instances/em/temp/51-marketplace-portlet/WEB-INF/classes/portal.properties
10:38:52,110 INFO [localhost-startStop-51][HookHotDeployListener:814] Hook for marketplace-portlet is available for use
10:38:52,117 INFO [localhost-startStop-51][PortletHotDeployListener:343] Registering portlets for marketplace-portlet
Loading file:/opt/Tomcat-Instances/em/temp/51-marketplace-portlet/WEB-INF/classes/portlet.properties
10:38:52,266 INFO [localhost-startStop-51][PortletHotDeployListener:495] 3 portlets for marketplace-portlet are available for use
10:38:52,271 INFO [localhost-startStop-51][HotDeployImpl:195] Deploying mha-uploaddownload-portlet from queue
10:38:52,271 INFO [localhost-startStop-51][PluginPackageUtil:1016] Reading plugin package for mha-uploaddownload-portlet
Mar 21, 2014 10:38:52 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
10:38:52,833 INFO [localhost-startStop-51][PortletHotDeployListener:343] Registering portlets for mha-uploaddownload-portlet
log4j:WARN No appenders could be found for logger (org.springframework.web.portlet.DispatcherPortlet).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
10:38:53,808 INFO [localhost-startStop-51][PortletHotDeployListener:490] 1 portlet for mha-uploaddownload-portlet is available for use
thumbnail
Pankaj Kathiriya,修改在10 年前。

RE: Market Place Portlet

Liferay Master 帖子: 722 加入日期: 10-8-5 最近的帖子
Can you check required-deployment-context property in liferay-plugin-package.properties in your portlet?

If it specifies marketplace portlet as deployment context then remove it from there.

Regards
Yeo Wee Tat,修改在10 年前。

RE: Market Place Portlet

New Member 帖子: 23 加入日期: 14-1-20 最近的帖子
Hi ,

I have check there no market portlet in the liferay-plugin-package.properties, any ideas why the marketportlet always redeploy when i deploy our portlet ?

name=xxxxx
module-group-id=liferay
module-incremental-version=1
tags=
short-description=
change-log=
page-url=http://www.liferay.com
author=Liferay, Inc.
licenses=LGPL
thumbnail
Juan Gonzalez,修改在10 年前。

RE: Market Place Portlet

Liferay Legend 帖子: 3089 加入日期: 08-10-28 最近的帖子
Hi Yeo,

I guess you are deleting marketplace portlet every time you deploy your own?

In 6.2 marketplace would deploy if it isn't already deployed. In fact, is "embedded" in liferay WAR.
Yeo Wee Tat,修改在10 年前。

RE: Market Place Portlet

New Member 帖子: 23 加入日期: 14-1-20 最近的帖子
Hi ,

Everytime we deployed our portlet , it will regenerate the marketplace portlet again even we delete it.

Any way that we can disable marketplace portlet ?? Thanks