Author: ate
Date: Mon May 11 00:44:38 2009
New Revision: 773440
URL: http://svn.apache.org/viewvc?rev=773440&view=rev
Log:
JS2-973: Running Jetspeed 2.2 on Websphere 6.1 / Oracle10
see: http://issues.apache.org/jira/browse/JS2-973#action_12707856
- removing usless com.ibm.ws.webcontainer.invokefilterscompatibility parameter for getting
WicketPortlet working on Websphere 6+
- turns out this property can only be set through Application Servers -> <server>
-> Web Container Settings -> Web Container -> Custom Properties
Modified:
portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/web.xml
Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/web.xml?rev=773440&r1=773439&r2=773440&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/web.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/web.xml Mon May 11 00:44:38
2009
@@ -26,12 +26,6 @@
<param-value>false</param-value>
</context-param>
- <!-- Needed for WicketPorlet to work on Websphere 6+: IBM - PK33090, see: http://www-01.ibm.com/support/docview.wss?uid=swg24014758
-->
- <context-param>
- <param-name>com.ibm.ws.webcontainer.invokefilterscompatibility</param-name>
- <param-value>true</param-value>
- </context-param>
-
<!-- Wicket configuration to run in deployment mode -->
<context-param>
<param-name>configuration</param-name>
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
|