Port 7070 required by Tomcat v5.5 Server at localhost is 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).
=====================================================================================
Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>netstat -nao|findstr 7070
TCP 0.0.0.0:7070 0.0.0.0:0 LISTENING 3944
C:\Documents and Settings\Administrator>taskkill /pid 3944 /f
成功: 已终止 PID 为 3944 的进程。
C:\Documents and Settings\Administrator>