Hello, 

I need to have Tomcat running on a win2003 server that also has IIS running.
IIS uses port 80. 
I have changed the port in connector element in server.xml: 

<Connector port="90" protocol="HTTP/1.1" 
               connectionTimeout="20000" 
               redirectPort="8493" 
                           address="87.230.103.25" />

But still when I run tomcat I get the error: 
Address already in use: JVM_Bind /87.230.103.25:80

How can I have tomcat not to bind to port 80 on startup? 

-- 
View this message in context: 
http://www.nabble.com/Address-already-in-use%3A-JVM_Bind--87.230.103.25%3A80-tp21477831p21477831.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to