Yes you have right, IIS, even if I impose to use only that particular IP, in
net stat I see 0.0.0.0:80 further the 172.21.10.1:80.
And 0.0.0.0:80 is linked to a PID process that is System process.
Then I switch off IIS and 0.0.0.0:80 disappear.
I have no idea now how to solve the problem.
Thanks a lot

cesare


-----Messaggio originale-----
Da: Markus Schönhaber [mailto:[EMAIL PROTECTED] 
Inviato: martedì 8 maggio 2007 17.48
A: Tomcat Users List
Oggetto: Re: Bind address

Cesare Vairetti wrote:

> I have a server with Windows 2003 Server, with one Ethernet. I have set
two
> ips to the same eth card. 
> 
> The first 172.21.10.1 is linked to IIS server with port 80, the second is
> 172.21.10.2 and I would like to link to Apache Tomcat still using port 80.
> 
> Now the problem is that Tomcat tells me this: 
> 
>  java.net.BindException: Address already in use: JVM_Bind:80

Use something like
netstat -ano
or tcpview to see whether there's really nothing bound to 172.21.10.2:80
or 0.0.0.0:80.
I have a faint memory that it was harder than it seemed to make IIS not
bind to all available IPs (could be wrong, though).

Regards
  mks

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.467 / Virus Database: 269.6.5/793 - Release Date: 07/05/2007
14.55
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.467 / Virus Database: 269.6.5/793 - Release Date: 07/05/2007
14.55
 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to