You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/05/15 05:29:46 UTC

DO NOT REPLY [Bug 19941] New: - Comment cleanup for jakarta-tomcat-5/resources/confinstall/server_1.xml

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19941>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19941

Comment cleanup for jakarta-tomcat-5/resources/confinstall/server_1.xml

           Summary: Comment cleanup for jakarta-tomcat-
                    5/resources/confinstall/server_1.xml
           Product: Tomcat 5
           Version: 5.0.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: pepper@rockefeller.edu


A comment says to uncomment entries that are already uncommented.
Clarify wording on what request.getRemoteHost() does without DNS.

Index: resources/confinstall/server_1.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-5/resources/confinstall/server_1.xml,v
retrieving revision 1.4
diff -u -r1.4 server_1.xml
--- resources/confinstall/server_1.xml	3 May 2003 21:55:13 -0000	1.4
+++ resources/confinstall/server_1.xml	15 May 2003 03:25:09 -0000
@@ -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