You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by rw...@apache.org on 2009/05/05 06:39:19 UTC

svn commit: r771561 - /portals/applications/rss/trunk/rss-war/src/main/webapp/WEB-INF/web.xml

Author: rwatler
Date: Tue May  5 04:39:19 2009
New Revision: 771561

URL: http://svn.apache.org/viewvc?rev=771561&view=rev
Log:
JS2-973: disable WAS portlet application management

Modified:
    portals/applications/rss/trunk/rss-war/src/main/webapp/WEB-INF/web.xml

Modified: portals/applications/rss/trunk/rss-war/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/portals/applications/rss/trunk/rss-war/src/main/webapp/WEB-INF/web.xml?rev=771561&r1=771560&r2=771561&view=diff
==============================================================================
--- portals/applications/rss/trunk/rss-war/src/main/webapp/WEB-INF/web.xml (original)
+++ portals/applications/rss/trunk/rss-war/src/main/webapp/WEB-INF/web.xml Tue May  5 04:39:19 2009
@@ -21,11 +21,17 @@
   <display-name>RSS Portlet Application</display-name>
   <description>Apache Portals Applications: RSS 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.rss.webappRoot</param-value>
     </context-param>
+
     <listener>
       <listener-class>org.springframework.web.util.WebAppRootListener</listener-class>
     </listener>