Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了 Fitnesse.jar($using java -jar finesse.jar -p 8080) 并且 localhost 被它占用了。现在,当我需要 localhost 在 Eclipse 中进行远程调试时,我想删除它并恢复我的 localhost。我能用它做什么?
有几种方法可以杀死 Fitnesse(在作为守护进程运行之后):
使用关闭类/命令:
java -cp fitnesse.jar fitnesse.Shutdown -h localhost -p 8080
使用关闭 REST 命令,例如通过 wget:
http://localhost:8080/?responder=shutdown