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.
URL (HTTP リクエスト) で Jetty サーバーをシャットダウンする方法はありますか? 問題は、別のプロジェクトによって開始されたサーバーをシャットダウンする必要があることです。
ありがとう
jetty-server パッケージにある ShutdownHandler を使用します。設定例は javadoc にあります。
http://download.eclipse.org/jetty/stable-9/apidocs/org/eclipse/jetty/server/handler/ShutdownHandler.html