Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Egidius Bakker   on May 22 In Java Category.

  
Question Answered By: Tate Thompson   on May 22

port 8009 is used by another application
if you are using windows go to command prompt and type
netstat -a -b

you will see list of application and ports they use
then see what application is using 8009 either close the application or change jboss  port again to a free port not in netstat list.

Share: