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]

Reply via email to