在idea中使用tomcat遇到的問題

 

安裝tomcat遇到的問題java

錯誤apache

Error running tomcat8-run-debug: Unable to open debugger port (127.0.0.1:62444): java.net.SocketException "Socket closedtomcat

解決:從新新建tomcat-applicationapp

首先使用runui

而後在使用debugthis

 

 

Error running Unnamed: Cannot run program "/Users/apple/apache-tomcat-8.5.32/bin/catalina.sh" (in directory "/Users/apple/apache-tomcat-8.5.32/bin"): error=13, Permission deniedspa

 

解決權限問題:首先在安裝的目錄下,使用命令chmod 777 * 將全部的腳本可以運行.net

 

Error during artifact deployment. See server log for details. -- 要不是程序打包錯誤,要不是tomcat配置錯誤debug

The packaging for this project did not assign a file to the build artifactserver

解決: 點擊lifecycle下的install, 而不是在plugin下的install

相關文章
相關標籤/搜索