Attached is a patch for jakarta-servletapi-5 which addes display name and descriptions
to their web.xml files.  This is so that the HTML manager app has a name to display for
these webapps.

I would have committed these changes but I don't have karma.

Regards,

Glenn
Index: jsr152/examples/WEB-INF/web.xml
===================================================================
RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/WEB-INF/web.xml,v
retrieving revision 1.5
diff -u -r1.5 web.xml
--- jsr152/examples/WEB-INF/web.xml     29 Oct 2002 17:42:57 -0000      1.5
+++ jsr152/examples/WEB-INF/web.xml     8 Dec 2002 13:44:35 -0000
@@ -5,6 +5,11 @@
     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"
     version="2.4">
 
+    <display-name>JSP 2.0 Examples</display-name>
+    <description>
+      JSP 2.0 Examples.
+    </description>
+
     <!-- Define servlet-mapped and path-mapped example filters -->
     <filter>
         <filter-name>Servlet Mapped Filter</filter-name>
Index: jsr154/examples/WEB-INF/web.xml
===================================================================
RCS file: /home/cvs/jakarta-servletapi-5/jsr154/examples/WEB-INF/web.xml,v
retrieving revision 1.3
diff -u -r1.3 web.xml
--- jsr154/examples/WEB-INF/web.xml     29 Oct 2002 17:42:57 -0000      1.3
+++ jsr154/examples/WEB-INF/web.xml     8 Dec 2002 13:44:35 -0000
@@ -6,6 +6,11 @@
 
 <web-app>
 
+    <display-name>Servlet 2.4 Examples</display-name>
+    <description>
+      Servlet 2.4 Examples.
+    </description>
+
     <!-- Define servlet-mapped and path-mapped example filters -->
     <filter>
         <filter-name>Servlet Mapped Filter</filter-name>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to