X-zuka-RWMailScanner-ID: B0236538235.AD627 X-zuka-rw-MailScanner-Information: Please contact the ISP for more information Received: from Magnolia.local (unknown [70.48.209.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dave.filc...@zuka.net) by rosewood.zuka.net (Postfix) with ESMTP id B0236538235; Tue, 4 May 2010 00:13:25 -0400 (EDT) Message-ID: <4bdf9e9d.4040...@zuka.net> Date: Tue, 04 May 2010 00:12:13 -0400 From: Dave Filchak <sub...@zuka.net> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: Mark Thomas <ma...@apache.org> CC: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Re: Tomcat on a machine with multiple ip addresses References: <4bdf5246.3040...@apache.org> In-Reply-To: <4bdf5246.3040...@apache.org> Content-Type: multipart/alternative; boundary="------------000501090100060602030207" X-Old-Spam-Status: No X-pstn-neptune: 3/1/0.33/70 X-pstn-levels: (S:99.90000/99.90000 CV:99.9000 FC:95.5390 LC:95.5390 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c X-pstn-addresses: from <sub...@zuka.net> [294/10]
--------------000501090100060602030207 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Thanks for this. I did use the address attribute for port 80. No check that. I think what I did was pit address=XXX.XXX.XXX.XXX but did not specify the port ... just the address as it also listens on ports up in the 8000 range I believe. How do I stop it from listening on port 443? I will need to have another site (non tomcat) listening on 443 on the same IP under Apache. This machine basically has three IP numbers assigned to it. Dave On 22/07/64 2:59 PM, Mark Thomas wrote: > On 03/05/2010 23:40, Dave Filchak wrote: > >> Humm ... sorry it has taken a while to get back to you with this. I have >> been busy trying to get all my clients up. There is not a lot of them >> but it is very time consuming. Before I get to all the configs, does >> Tomcat, by default, take over ALL the ips' on port 443 i.e. 0.0.0.0:443? >> If so, where would/could I set this to only listen on one IP or even do >> not listen for 443 as I have another app that I will need for that port. >> > By default, Tomcat will listen to all IPv4 and IPv6 addressed on the > specified port. > > Use the address attribute of the connector to limit this to all IPv4 > only, all IPv6 only or a apecific IPv4 or IPv6 address. > > Mark > > > > --------------000501090100060602030207--