You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2001/05/27 23:13:40 UTC

cvs commit: jakarta-tomcat-4.0/webapps/manager/WEB-INF web.xml

bip         01/05/27 14:13:40

  Modified:    webapps/manager/WEB-INF web.xml
  Log:
  Added a comment about HTMLManagerServlet
  
  Revision  Changes    Path
  1.2       +6 -1      jakarta-tomcat-4.0/webapps/manager/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/manager/WEB-INF/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	2000/10/05 02:30:23	1.1
  +++ web.xml	2001/05/27 21:13:40	1.2
  @@ -6,7 +6,12 @@
   
   <web-app>
   
  -  <!-- Define the Manager Servlet -->
  +  <!-- 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>Manager</servlet-name>
       <servlet-class>org.apache.catalina.servlets.ManagerServlet</servlet-class>