eclipse tomcat 运行项目后 提示遇到问题~后来吧tomcat的这个8009地址改了为8008也不行?怎么办?
发布网友
发布时间:2022-05-20 03:36
我来回答
共3个回答
热心网友
时间:2023-10-23 11:22
看图,先用 netstat 查看谁使用 8080 端口,这里我们看到有一个 :8080 对 0.0.0.0:0 的就是服务器监听在 :8080 端口,因此它就是 8080 的服务器了。看到其中的 2224 进程号。再用 tasklist.exe 查看所有进程,找出其中的 2224 号进程,如果它是 tomcat 就把它 taskkill /f /pid:2224 干掉。
C:\Users\Administrator>netstat -ano | find ":8080"
TCP 192.168.1.10:8080 0.0.0.0:0 ESTABLISHED 2224
C:\Users\Administrator>tasklist
映像名称 PID 会话名 会话# 内存使用
========================= ======== ================ =========== ============
System Idle Process 0 Services 0 20 K
System 4 Services 0 14,916 K
smss.exe 284 Services 0 948 K
tomcat7.exe 2224 0 12,435k
热心网友
时间:2023-10-23 11:22
已经有一个tomcat启动了,你再启动一个tomcat,就会报这个
热心网友
时间:2023-10-23 11:22
你把tomcat的端口号 被oracle 占了 也可能是你的 tomcat 服务从新配一下