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):
i checked server.xml file ... tomcat server configured listen port 8089
what hell going on here?

Comments
Post a Comment