This patch provides an obvious display-name and description for the nice new HTMLManager and Admin webapps.
Ian
Index: webapps/examples/WEB-INF/web.xml =================================================================== RCS file: /home/cvspublic/jakarta-tomcat-4.0/webapps/examples/WEB-INF/web.xml,v retrieving revision 1.21 diff -u -r1.21 web.xml --- webapps/examples/WEB-INF/web.xml 4 Apr 2002 20:30:34 -0000 1.21 +++ webapps/examples/WEB-INF/web.xml 17 Jul 2002 19:51:58 -0000 @@ -6,6 +6,13 @@ <web-app> + <display-name>Tomcat Servlet and JSP Examples</display-name> + <description> + This web-app provides numerous examples of Servlet and + Java Server Pages techniques; source code is included + for all 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]>