Hi all,
im unable to start my
JBoss server. It says Server Port already in use - 8080 HTTP.
I did netstat | find "8080" and it gives :
Server port In Use 8080-Http
C:\>netstat | find "8080"
TCP 01HW126086:4500 localhost:8080 TIME_WAIT
TCP 01HW126086:4502 localhost:8080 TIME_WAIT
TCP 01HW126086:4505 localhost:8080 TIME_WAIT
TCP 01HW126086:4507 localhost:8080 TIME_WAIT
TCP 01HW126086:4511 localhost:8080 TIME_WAIT
and when i do netstat | find "8080" - b:
C:\>netstat | find "8080"
TCP 01HW126086:4582 localhost:8080 ESTABLISHED
TCP 01HW126086:4583 localhost:8080 ESTABLISHED
TCP 01HW126086:4591 localhost:8080 TIME_WAIT
TCP 01HW126086:4619 localhost:8080 TIME_WAIT
TCP 01HW126086:4622 localhost:8080 TIME_WAIT
TCP 01HW126086:4624 localhost:8080 TIME_WAIT
TCP 01HW126086:4628 localhost:8080 TIME_WAIT
TCP 01HW126086:8080 localhost:4582 ESTABLISHED
TCP 01HW126086:8080 localhost:4583 ESTABLISHED
i even checked
http://localhost:8080/ and it opens Appache
Tomcat web page.
Is Tomcat using this port. Im not actually runnning Tomcat. Im using eclipse through which im trying to start JBoss.
Please help me find the solution.
Thanks in advance
