Author: markt Date: Tue Jun 22 21:44:17 2010 New Revision: 957044 URL: http://svn.apache.org/viewvc?rev=957044&view=rev Log: Fix some old copy/paste errors
Modified: tomcat/trunk/webapps/host-manager/WEB-INF/web.xml Modified: tomcat/trunk/webapps/host-manager/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/host-manager/WEB-INF/web.xml?rev=957044&r1=957043&r2=957044&view=diff ============================================================================== --- tomcat/trunk/webapps/host-manager/WEB-INF/web.xml (original) +++ tomcat/trunk/webapps/host-manager/WEB-INF/web.xml Tue Jun 22 21:44:17 2010 @@ -23,18 +23,12 @@ 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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org