You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2003/06/26 02:11:14 UTC

cvs commit: jakarta-tomcat-5/resources/confinstall server_1.xml

yoavs       2003/06/25 17:11:14

  Modified:    resources/confinstall server_1.xml
  Log:
  Fixed bug 19941
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-tomcat-5/resources/confinstall/server_1.xml
  
  Index: server_1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/resources/confinstall/server_1.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- server_1.xml	3 May 2003 21:55:13 -0000	1.4
  +++ server_1.xml	26 Jun 2003 00:11:14 -0000	1.5
  @@ -13,7 +13,7 @@
   <Server port="8005" shutdown="SHUTDOWN" debug="0">
   
   
  -  <!-- Uncomment these entries to enable JMX MBeans support -->
  +  <!-- Comment out these entries to disable JMX MBeans support -->
     <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
               debug="0"/>
     <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
  @@ -78,7 +78,7 @@
            request.getRemoteHost().  This can have an adverse impact on
            performance, so you can disable it by setting the
            "enableLookups" attribute to "false".  When DNS lookups are disabled,
  -         request.getRemoteHost() will return the String version of the
  +         request.getRemoteHost() will return a String containing the
            IP address of the remote client.
       -->
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org