Now that we can SEE all the contexts' display-names (thanks to Malcolm's
much-improved HTMLServlet), these two webapps should have display-name
elements (so should the examples, but this is a start).

--- webapps/admin/WEB-INF/web.xml.orig	Tue May  7 12:33:44 2002
+++ webapps/admin/WEB-INF/web.xml	Wed Jun 12 20:01:30 2002
@@ -6,6 +6,12 @@
 
 <web-app>
 
+  <display-name>Tomcat Administration Application</display-name>
+  <description>
+    A full-blown web-based Administration Console
+    for the Tomcat Web Server.
+  </description>
+
   <!-- Action Servlet Configuration -->
   <servlet>
     <servlet-name>action</servlet-name>
--- webapps/manager/WEB-INF/web.xml.orig	Wed Jun 12 20:00:07 2002
+++ webapps/manager/WEB-INF/web.xml	Wed Jun 12 20:01:03 2002
@@ -6,6 +6,12 @@
 
 <web-app>
 
+  <display-name>Tomcat Manager Application</display-name>
+  <description>
+    A simpler web-based application for the Tomcat Web Server;
+	Manager lets you view, load/unload/etc particular web applications.
+  </description>
+
   <!-- Define the Manager Servlet
        Change servlet-class to: org.apache.catalina.servlets.HTMLManagerServlet
        to get a Servlet with a more intuitive HTML interface, don't change if you
--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to