Fix some old copy/paste errors
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 22 Jun 2010 21:44:17 +0000 (21:44 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 22 Jun 2010 21:44:17 +0000 (21:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@957044 13f79535-47bb-0310-9956-ffa450edef68

webapps/host-manager/WEB-INF/web.xml

index f65f016..ae7943b 100644 (file)
   version="3.0"
   metadata-complete="true">  
 
-  <display-name>Tomcat Manager Application</display-name>
+  <display-name>Tomcat Host Manager Application</display-name>
   <description>
-    A scriptable management web application for the Tomcat Web Server;
-       Manager lets you view, load/unload/etc particular web applications.
+    A scriptable host management web application for the Tomcat Web Server;
+       Manager lets you view, create and remove virual hosts.
   </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
-       have software that is expected to parse the output from ManagerServlet
-       since they're not compatible.
-   -->
   <servlet>
     <servlet-name>HostManager</servlet-name>
     <servlet-class>org.apache.catalina.manager.host.HostManagerServlet</servlet-class>