Author: hogstrom
Date: Thu Nov 10 19:10:45 2005
New Revision: 332430
URL: http://svn.apache.org/viewcvs?rev=332430&view=rev
Log:
GERONIMO-1100 Applied patch to use the EmptyPortlet instead of an incorrect one
Modified:
geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/web.xml
Modified: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/web.xml?rev=332430&r1=332429&r2=332430&view=diff
==============================================================================
--- geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/web.xml (original)
+++ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/web.xml Thu Nov 10 19:10:45
2005
@@ -3,7 +3,7 @@
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
+You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
@@ -80,7 +80,7 @@
<servlet-class>org.apache.pluto.core.PortletServlet</servlet-class>
<init-param>
<param-name>portlet-class</param-name>
- <param-value>org.apache.geronimo.console.certmanager.CertManagerPortlet</param-value>
+ <param-value>org.apache.geronimo.console.EmptyPortlet</param-value>
</init-param>
<init-param>
<param-name>portlet-guid</param-name>
@@ -263,7 +263,7 @@
<param-value>console-standard.JMSConnections</param-value>
</init-param>
</servlet>
-
+
<servlet>
<description>Automated generated Portlet Wrapper</description>
<display-name>Pluto Wrapper for Gluecode SE Users Portlet</display-name>
@@ -294,7 +294,7 @@
</init-param>
</servlet>
-
+
<servlet>
<description>Automated generated Portlet Wrapper</description>
<display-name>Pluto Wrapper for Log Manager Portlet</display-name>
|