Hi everybody,

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

 

even if it’s linked to a different IP.

This is a part of server.xml:

<Connector port="80" address="172.21.10.2 " maxThreads="150"
minSpareThreads="25" maxSpareThreads="75"

               enableLookups="false" redirectPort="8443" acceptCount="100"

               debug="0" connectionTimeout="20000" 

               disableUploadTimeout="true"  />    

 

Any good advice will very appreciated thanks a lot!

 

cesare


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



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
 

Reply via email to