| Author |
java.net.BindException: Address already in use: JVM_Bind:8080
|
Babu Singh
Ranch Hand
Joined: Aug 17, 2009
Posts: 68
|
|
i am starting tomcat in myeclipse but it show the following error on console window.
please suggest.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
I suggest you find out what is already running on port 8080 - IF I had to bet it would be another copy of Tomcat.
Bill
(Thats why I suspect that running servlets under an IDE is counterproductive)
|
Java Resources at www.wbrogden.com
|
 |
Babu Singh
Ranch Hand
Joined: Aug 17, 2009
Posts: 68
|
|
i also installed Oracle 10g and Microsoft SQL Server 2005 on my system.
|
 |
Babu Singh
Ranch Hand
Joined: Aug 17, 2009
Posts: 68
|
|
URL of Oracle 10g is
|
 |
Misha Ver
Ranch Hand
Joined: Mar 03, 2008
Posts: 470
|
|
|
It means port 8080 is taken by Oracle. Change Tomcat or Oracle port.
|
 |
 |
|
|
subject: java.net.BindException: Address already in use: JVM_Bind:8080
|
|
|