安装tomcat遇到的问题
错误
Error running tomcat8-run-debug: Unable to open debugger port (127.0.0.1:62444): java.net.SocketException "Socket closed
解决:重新新建tomcat-application
首先使用run
然后在使用debug
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 denied
解决权限问题:首先在安装的目录下,使用命令chmod 777 * 将所有的脚本能够运行
Error during artifact deployment. See server log for details. -- 要不是程序打包错误,要不是tomcat配置错误
The packaging for this project did not assign a file to the build artifact
解决: 点击lifecycle下的install, 而不是在plugin下的install