2016年1月14日
摘要: #看是否已经有tomcat在运行了 ps -ef |grep tomcat #如果有,用kill; kill -9 pid #pid 为相应的进程号 例如 ps -ef |grep tomcat 输出如下 sun 5144 1 0 10:21 pts/1 00:00:06 /java/j... 阅读全文
posted @ 2016-01-14 15:39 苍老的鱼 阅读(12804) 评论(1) 推荐(0)