RE: Tomcat 6 and IIS 7

2009-12-16 Thread Jeffrey Janner
l Message- From: Tuan Quan [mailto:tuan_q...@yahoo.com] Sent: Tuesday, December 15, 2009 1:45 PM To: Tomcat Users List Subject: Re: Tomcat 6 and IIS 7 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 expec

Re: Tomcat 6 and IIS 7

2009-12-16 Thread Peter Crowther
2009/12/15 Tuan Quan > 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. > > OK, there's your proble

Re: Tomcat 6 and IIS 7

2009-12-15 Thread Tuan Quan
, 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 To: Tomcat Users List Sent: Thu, December 10, 2009 3:54:58 PM Subject: Re: Tomcat 6 and IIS 7 Stop both, netstat -an - is there

Re: Tomcat 6 and IIS 7

2009-12-10 Thread Peter Crowther
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) d

Tomcat 6 and IIS 7

2009-12-10 Thread Tuan Quan
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 ot