Author: ekoneil
Date: Thu Oct 28 16:21:18 2004
New Revision: 55907

Modified:
   incubator/beehive/branches/v1/alpha/samples/petstoreWeb/WEB-INF/web.xml
Log:
Fix for:

- remove an errant <display-name> in the web.xml for petstoreWeb.  Otherwise, 
this web.xml won't validate against the XSD.  This is a patch submitted by 
Bryan Che.



Modified: 
incubator/beehive/branches/v1/alpha/samples/petstoreWeb/WEB-INF/web.xml
==============================================================================
--- incubator/beehive/branches/v1/alpha/samples/petstoreWeb/WEB-INF/web.xml     
(original)
+++ incubator/beehive/branches/v1/alpha/samples/petstoreWeb/WEB-INF/web.xml     
Thu Oct 28 16:21:18 2004
@@ -32,7 +32,6 @@
 
     <servlet>
         <servlet-name>AxisServlet</servlet-name>
-        <display-name>Apache-Axis Servlet</display-name>
         <servlet-class>
             org.apache.axis.transport.http.AxisServlet
         </servlet-class>

Reply via email to