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 2005/09/22 15:39:32 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml cluster-howto.xml

yoavs       2005/09/22 06:39:32

  Modified:    webapps/docs changelog.xml cluster-howto.xml
  Log:
  Bugzilla 35613: http://issues.apache.org/bugzilla/show_bug.cgi?id=35613
  
  Revision  Changes    Path
  1.377     +3 -0      jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.376
  retrieving revision 1.377
  diff -u -r1.376 -r1.377
  --- changelog.xml	22 Sep 2005 13:34:05 -0000	1.376
  +++ changelog.xml	22 Sep 2005 13:39:32 -0000	1.377
  @@ -109,6 +109,9 @@
         <fix>
           <bug>36518</bug>: Classname typos for senders, submitted by Christoph Bachhuber-Haller (remm)
         </fix>
  +      <add>
  +        <bug>35613</bug>: Added FAQ question and answer about tcpListenAddress="auto" and /etc/hosts (yoavs)
  +      </add>
       </changelog>
     </subsection>
     
  
  
  
  1.12      +5 -0      jakarta-tomcat-catalina/webapps/docs/cluster-howto.xml
  
  Index: cluster-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/cluster-howto.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- cluster-howto.xml	8 Jul 2005 20:52:50 -0000	1.11
  +++ cluster-howto.xml	22 Sep 2005 13:39:32 -0000	1.12
  @@ -1131,6 +1131,11 @@
       </ul>   
     <p></p>
     </li>
  +<li>Q: I get "localhost" rather than "eth0" or another interface when using tcpListenAddress="auto".<p></p>
  +    A: Change /etc/hosts so that the localhost domain resolves to the actual IP address of the NIC, eth0.  
  +       Please see <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35613">Bugzilla</a> for more.
  +    <p></p>
  +</li>
   
   </ol>
   </section>
  
  
  

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