You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cd...@apache.org on 2005/09/07 04:26:52 UTC

svn commit: r279217 - /portals/pluto/trunk/portal/src/webapp/portlets/admin/DeployWarHelp.html

Author: cdoremus
Date: Tue Sep  6 19:26:51 2005
New Revision: 279217

URL: http://svn.apache.org/viewcvs?rev=279217&view=rev
Log:
Removed section on problems with missing web.xml since that has been fixed.

Modified:
    portals/pluto/trunk/portal/src/webapp/portlets/admin/DeployWarHelp.html

Modified: portals/pluto/trunk/portal/src/webapp/portlets/admin/DeployWarHelp.html
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/portal/src/webapp/portlets/admin/DeployWarHelp.html?rev=279217&r1=279216&r2=279217&view=diff
==============================================================================
--- portals/pluto/trunk/portal/src/webapp/portlets/admin/DeployWarHelp.html (original)
+++ portals/pluto/trunk/portal/src/webapp/portlets/admin/DeployWarHelp.html Tue Sep  6 19:26:51 2005
@@ -95,10 +95,3 @@
 <portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd" version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"/>
 </p>
-<p class="portlet-font">
-There is a know bug in the Deploy War Portlet where certain elements are not properly transferred to the
-new web.xml file created with the ServletPortlet references. If your portlet is erroring out, check your original
-web.xml file (you'll find a copy of the war in the temp dir) and make sure the web.xml deploymed in
-webapps/[context]/WEB-INF carried over all the elements from the original web.xml. If not, manually move the
-missing elements from the original web.xml to the deployed one.
-</p>
\ No newline at end of file