remm        01/10/26 15:53:40

  Modified:    catalina/src/conf server.xml
  Log:
  - Add support for basic authentication to the HTML adaptor.
  
  Revision  Changes    Path
  1.42      +1 -1      jakarta-tomcat-4.0/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/server.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- server.xml        2001/10/26 17:17:39     1.41
  +++ server.xml        2001/10/26 22:53:40     1.42
  @@ -16,7 +16,7 @@
     <!-- Uncomment this entry to enable JMX MBeans support -->
   <!--
     <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
  -                debug="0" port="-1"/>
  +                debug="0" port="-1" login="admin" password="admin"/>
   -->
   
   
  
  
  


Reply via email to