Unable to open debugger port in IntelliJ

后端 未结 17 668
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-29 17:54

Unable to open debugger port in intellij. The port number 9009 matches the one which has been set in the configuration file for the application.



        
17条回答
  •  萌比男神i
    2020-12-29 18:56

    You must set CHMOD +x (execute for *.sh or *.bat files). For example, I am using macOS

    cd /Users/donhuvy/Documents/tools/apache-tomcat-9.0.12/bin
    sudo chmod +x *.sh
    

    Then IntelliJ IDEA, and Apache Tomcat running or debugging just good.

提交回复
热议问题