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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]