Spring websphere 门户中的 web mvc portlet
Spring web mvc portlet in websphere portal
大家好,我开发了一个 Spring web mvc portlet,它可以在 Liferay 门户中正常工作,但是当我将它上传到 websphere 时,会出现一条消息 "this portlet is not available"。所以想解决这个问题,我创建了一个新的 portlet 项目:
mvn archetype:generate -DgroupId=com.ibm.tools.archetype -DartifactId=portletapp-portlet20 -DarchetypeArtifactId=portletapp-portlet20 -DinteractiveMode=false -DarchetypeRepository=http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/ -DarchetypeGroupId=com.ibm.tools.archetype
那我改改该改的。将 portlet 上传到 liferay portal 并且它可以工作,但在 Websphere portal 中不起作用。那你建议我做什么。如果有一个插件可以在 eclipse 或其他东西上创建 websphere portlet,请不要犹豫,我将非常感激。
为了在 WebSphere Portal 中部署 portlet,您需要 portlet 描述符 (portlet.xml)、带有 @Controller 注释的 class 以及 class 中的所有库小路。检查您的服务器日志以找出消息 "this portlet is not available" 的原因。 WAS v8 在这个路径中有文件:/opt/IBM/WebSphere/wp_profile/logs/WebSphere_Portal/SystemOut.log.
大家好,我开发了一个 Spring web mvc portlet,它可以在 Liferay 门户中正常工作,但是当我将它上传到 websphere 时,会出现一条消息 "this portlet is not available"。所以想解决这个问题,我创建了一个新的 portlet 项目:
mvn archetype:generate -DgroupId=com.ibm.tools.archetype -DartifactId=portletapp-portlet20 -DarchetypeArtifactId=portletapp-portlet20 -DinteractiveMode=false -DarchetypeRepository=http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/ -DarchetypeGroupId=com.ibm.tools.archetype
那我改改该改的。将 portlet 上传到 liferay portal 并且它可以工作,但在 Websphere portal 中不起作用。那你建议我做什么。如果有一个插件可以在 eclipse 或其他东西上创建 websphere portlet,请不要犹豫,我将非常感激。
为了在 WebSphere Portal 中部署 portlet,您需要 portlet 描述符 (portlet.xml)、带有 @Controller 注释的 class 以及 class 中的所有库小路。检查您的服务器日志以找出消息 "this portlet is not available" 的原因。 WAS v8 在这个路径中有文件:/opt/IBM/WebSphere/wp_profile/logs/WebSphere_Portal/SystemOut.log.