tomcat报错,提示Several ports (8005, 8080, 8009) required by Tomcat v8.5 Server at localhost are already

news/2024/12/1 8:56:17/

eclipse运行web项目报错提示:

Several ports (8005, 8080, 8009) required by Tomcat v8.5 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).

报错原因是:端口被占用的问题。

出现错误的主要原因就是:在tomcat启动的时候,直接关闭eclipse,就会导致端口被占用。

两种解决方法:

第一种方法非常简单,但是必须知道tomcat的安装路径在哪里。

(1)在tomcat的目录下,找到bin文件夹里面的shutdown.bat执行一下,再去eclipse里面启动tomcat就成功了!

第二种方法适合不知道tomcat安装路径在哪里。

(2)第一步:运行cmd->netstat -avo,

找出占据了0.0.0.0:8080端口的PID

第二步: 任务管理——>找出该PID的任务,右键->结束任务

第三步:回到Eclipse,重新运行项目就🆗了


http://www.ppmy.cn/news/416182.html

相关文章

Several ports (8005, 8080, 8009) required by Tomcat v9.0 Server at localhost are already in use.

eclipse启动Tomcat报错,显示8005, 8080, 8009端口被占用 问题描述 eclipse启动Tomcat报错: Several ports (8005, 8080, 8009) required by Tomcat v9.0 Server at localhost are already in use. The server may already be running in another proce…

npm启动vue报错 Error: listen EACCES: permission denied 0.0.0.0:8085

报错日志: D:\****\***>npm run dev > vue-ytd-cli-project0.0.1 dev *** > node --max_old_space_size4096 build/dev-server.js 。。。。。。 > starting dev server... events.js:292 throw er; // Unhandled error event ^ Error: list…

x86架构鼻祖-i8086

x86架构鼻祖-i8086 i8085 按照时间线,Intel 8080之后是8085系列芯片,但是8085在设计上只是8080的单一工作电压版本((以前的Intel 8080微处理器晶片需要 5V, -5V, 以及 12V三种电压才能工作))。 i8085是1976…

8085编程模型-计算机工作过程及原理

一、冯诺依曼思想 1、由存储器、运算器、控制器、输入输出设备组成。 2、数据和程序以二进制的形式存放在内存中,存放的位置由地址指定,地址码为二进制。 3、控制器是根据存放在存储器中的指令序列,即程序来工作的,并由一个程序计…

启动本地Tomcat9后在IDEA中运行java web项目端口号被占用问题(已解决!)

前言:小编这里用的是Tomcat9,设置的端口号为8085, 在编写java web项目时由于某些功能需要启动本地磁盘下的Tomcat 然后再运行IDEA中的项目时 出现端口号被占用情况如下图: 1.启动本地Tomcat: 2.启动IDEA项目时出现…

奇数位和偶数位_使用8085微处理器检查偶数或奇数(8位)

奇数位和偶数位 Problem statement: 问题陈述: To find whether an 8 bits number is even or odd using 8085 Microprocessors. 使用8085微处理器查找8位数字是偶数还是奇数。 Given number is EVEN number if its lower bit is 0 i.e. low otherwise number is …

标志寄存器_8085微处理器的标志寄存器

标志寄存器 The Flag register is basically a special type of register or we can also say that they are Special Purpose Register. And based upon the value of result after any type of arithmetic and logical operation the value of flag bits become either set (…

东部公交采购管理系统为企业降本增效

深圳市东部公共交通有限公司(以下简称“东部公交”)是经深圳市人民政府授权,于2007年9月正式挂牌成立的公交特许经营企业,系深圳市国资委直管企业。 东部公交牢牢抓住粤港澳大湾区建设、深圳建设中国特色社会主义先行示范区和区域…