Author: rwatler
Date: Tue May 5 04:38:30 2009
New Revision: 771559
URL: http://svn.apache.org/viewvc?rev=771559&view=rev
Log:
JS2-973: disable WAS portlet application management
Modified:
portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/web.xml
Modified:
portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/web.xml?rev=771559&r1=771558&r2=771559&view=diff
==============================================================================
---
portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/web.xml
(original)
+++
portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/web.xml
Tue May 5 04:38:30 2009
@@ -21,6 +21,12 @@
<display-name>Webcontent Portlet Application</display-name>
<description>Apache Portals Applications: Webcontent PA</description>
+ <!-- for deploying on Websphere: disable Websphere default
portletcontainer -->
+ <context-param>
+
<param-name>com.ibm.websphere.portletcontainer.PortletDeploymentEnabled</param-name>
+ <param-value>false</param-value>
+ </context-param>
+
<context-param>
<param-name>webAppRootKey</param-name>
<param-value>org.apache.portals.applications.webcontent.webappRoot</param-value>