尝试调试

时间:2017-04-12 15:23:02

标签: java eclipse tomcat

that's the problem i have当我尝试在eclipse上启动服务器时,它会向我显示此错误

有人可以帮助我吗?

2 个答案:

答案 0 :(得分:0)

双击您的服务器

 ->Overview
    ->Ports
     ->change all the port numbers to whatever you like(8010,8089,8015)
    ->save or CTRL + S 

答案 1 :(得分:0)

已经在运行的进程中有一个必需的端口:

  1. 打开cmd / terminal
  2. 输入' netstat -tap' (或netstat -tuplenao 在linux)
  3. 找到与端口相关的进程ID(8005,8080, 8009)即你会看到那里0.0.0.0:8080所以你知道 8080 是 正在使用
  4. 如果您认为不需要此过程,您可以杀死 从Windows任务管理器按进程ID或kill ${pid}查找 的Linux