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

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -