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)をインストールしましたが、ローカルホストがそれを使用しています。Eclipseでリモートデバッグするためにローカルホストが必要になったときに、それを削除してローカルホストを復元したいと思います。私はそれで何ができますか?
(デーモンプロセスとして実行された後)fitnesseを殺すにはいくつかの方法があります:
shutdownクラス/コマンドを使用します。
java -cp fitnesse.jar fitnesse.Shutdown -h localhost -p 8080
たとえばwgetを介してshutdownRESTコマンドを使用します。
http://localhost:8080/?responder=shutdown