Author: ekoneil
Date: Thu Oct 28 16:22:05 2004
New Revision: 55908
Modified:
incubator/beehive/trunk/samples/petstoreWeb/WEB-INF/web.xml
Log:
Fixes 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/trunk/samples/petstoreWeb/WEB-INF/web.xml
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/WEB-INF/web.xml (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/WEB-INF/web.xml Thu Oct 28
16:22:05 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>