运行web项目时候提示Address localhost:xxxx is already in used
但是并没有在其他应用中占用自己的端口号
怀疑是之前web项目的Tomcat并没有被关闭一直占用该端口
解决方式
在运行web项目前去tomcat/bin目录下运行shutdown.bat脚本关闭tomcat,再直接运行web项目
相关文章
- 02-02Tomcat服务器启动时报错:Error running 'Tomcat 10.0.6':Address localhost:1009 is already is use.
- 02-02idea启动tomcat时报错 Address localhost:1099 is already in use
- 02-02Error running ‘Tomcat x.x.xx‘: Address localhost:xxxx is already in use
- 02-02idea运行Tomcat出现 Address localhost:8080 is already in useAddress localhost:8080 is already in use
- 02-02Error running 'Run On Tomcat': Address localhost:1099 is already in use
- 02-02Error running Tomcat8: Address localhost:1099 is already in use 的错误
- 02-02idea tomcat 启动报错Address localhost 1099 is already in use
- 02-02IDEA中debug启动tomcat报错。Error running t8:Unable to open debugger port(127.0.0.1:49225):java.net.BindException"Address alread in use:JVM_Bind"
- 02-02Error running 'Unnamed': Address localhost:1099 is already in use
- 02-02Address localhost:1099 is already in use(IDEA启动Tomcat报错1099 is already in use)