glenn 2003/01/02 05:05:08 Modified: webapps/tomcat-docs/config coyote.xml http11.xml jk.xml jk2.xml webapp.xml Log: In the source, enableLookups is false by default, update docs Revision Changes Path 1.3 +1 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml Index: coyote.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- coyote.xml 16 Apr 2002 17:48:56 -0000 1.2 +++ coyote.xml 2 Jan 2003 13:05:08 -0000 1.3 @@ -68,7 +68,7 @@ order to return the actual host name of the remote client. Set to <code>false</code> to skip the DNS lookup and return the IP address in String form instead (thereby improving performance). - By default, DNS lookups are enabled.</p> + By default, DNS lookups are disabled.</p> </attribute> <attribute name="redirectPort" required="false"> 1.5 +1 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/config/http11.xml Index: http11.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/http11.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- http11.xml 4 Apr 2002 18:16:07 -0000 1.4 +++ http11.xml 2 Jan 2003 13:05:08 -0000 1.5 @@ -71,7 +71,7 @@ order to return the actual host name of the remote client. Set to <code>false</code> to skip the DNS lookup and return the IP address in String form instead (thereby improving performance). - By default, DNS lookups are enabled.</p> + By default, DNS lookups are disabled.</p> </attribute> <attribute name="redirectPort" required="false"> 1.10 +1 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk.xml Index: jk.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- jk.xml 29 Aug 2002 00:32:39 -0000 1.9 +++ jk.xml 2 Jan 2003 13:05:08 -0000 1.10 @@ -59,7 +59,7 @@ order to return the actual host name of the remote client. Set to <code>false</code> to skip the DNS lookup and return the IP address in String form instead (thereby improving performance). - By default, DNS lookups are enabled.</p> + By default, DNS lookups are disabled.</p> </attribute> <attribute name="redirectPort" required="false"> 1.4 +1 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk2.xml Index: jk2.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk2.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jk2.xml 10 Sep 2002 08:49:05 -0000 1.3 +++ jk2.xml 2 Jan 2003 13:05:08 -0000 1.4 @@ -57,7 +57,7 @@ order to return the actual host name of the remote client. Set to <code>false</code> to skip the DNS lookup and return the IP address in String form instead (thereby improving performance). - By default, DNS lookups are enabled.</p> + By default, DNS lookups are disabled.</p> </attribute> <attribute name="redirectPort" required="false"> 1.5 +1 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/config/webapp.xml Index: webapp.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/webapp.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- webapp.xml 28 Apr 2002 07:32:57 -0000 1.4 +++ webapp.xml 2 Jan 2003 13:05:08 -0000 1.5 @@ -56,7 +56,7 @@ order to return the actual host name of the remote client. Set to <code>false</code> to skip the DNS lookup and return the IP address in String form instead (thereby improving performance). - By default, DNS lookups are enabled.</p> + By default, DNS lookups are disabled.</p> </attribute> <attribute name="redirectPort" required="false">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>