netbeans - "Tomcat connector configured to listen on port 8080 failed to start"-message although configuration is for port 8089 -


when trying run maven project in netbeans, i'm getting following error message:

"the tomcat connector configured listen on port 8080 failed start. port may in use or connector may misconfigured."

the thing is: tomcat server configured listen port 8089 (not 8080), can see in following screenshot (under tools -> servers):

enter image description here

i checked server.xml file ... tomcat server configured listen port 8089

what hell going on here?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -