简体   繁体   中英

How to stop jetty server on Windows 7?

I used Clojure to start a jetty server on port 3000. Since then I have closed the command prompt.

Is there a way to view and stop the jetty server using Windows commands?

There's 2 recommended ways.

  1. If you started Jetty with the STOP.KEY and STOP.PORT command line , then you can use those same values with the --stop command line option.

  2. If you installed, configured, and then started Jetty as a service , then you can use the windows service utilities to start/stop/restart Jetty.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM