Several ports (8005, 8080, 8009) required by Tomcat v5.0 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).
我是在 eclipse 中 手动 创建的项目 然后把项目复制进去的
运行 服务器 出现上面错误
怎么回事 求高人指点下
------解决方案--------------------
从任务管理器 进程中删掉 javaw.exe,再重启服务
------解决方案--------------------
先重启,然后把项目的配置改一下。
右键项目->到properties->Java Build Path ->Libraries
将里面的JDK和Tomcat配置成你工程里面的就OK了。