Re: Tomcat 6 and IIS 7

2009-12-16 Thread Peter Crowther
2009/12/15 Tuan Quan tuan_q...@yahoo.com 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,

RE: Tomcat 6 and IIS 7

2009-12-16 Thread Jeffrey Janner
...@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 expected. However, then Tomcat stop, and IIS start

Re: Tomcat 6 and IIS 7

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

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

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)