Hi Peter;
no other service listens to port 80, except Tomcat and IIS.
When IIS stops and Tomcat start, running netstat -an returns what I expected.
However, then Tomcat stop, and IIS start, running netstat -an got below:
TCP    [::]:80                [::]:0                 LISTENING

Even though, I set IIS to bind to one IP, run IE on the machine to both IP 
addresses gave me IIS page.

Thanks.
Tuan.

 



________________________________
From: Peter Crowther <peter.crowt...@melandra.com>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Thu, December 10, 2009 3:54:58 PM
Subject: Re: Tomcat 6 and IIS 7

Stop both, netstat -an - is there anything active on port 80?  If so, find
it and terminate with extreme prejudice ;-).

Start Tomcat.  netstat -an - what address(es) does it report Tomcat as being
bound to?  Are they what you expect?

Stop Tomcat, start IIS7, netstat -an again - what address(es) does it report
IIS as being bound to?  Are they what you expect?

If all of those are what you expect, please come back to the list and I'll
have another think!

- Peter

2009/12/10 Tuan Quan <tuan_q...@yahoo.com>

> Hi all,
> I have a problem getting both Tomcat 6 (running on port 80) and IIS 7
> (also, on port 80 - But different IP address)
> The server has two IP addresses.
> and I'd like to dedicate each IP to Tomcat and IIS.
> I'm able to assign Tomcat to only ONE IP address.
> Then went to IIS 7 to bind it to the other IP address - however, once
> Tomcat started, IIS 7 does not work - even though I specifically set it to
> listen to a different IP than the Tomcat.
> Any idea would be very appreciated.
>
> Thanks.
> Tuan
>

Reply via email to