An embedded jetty server is running at a particular port number. I want to get that running instance to stop from
Asked
Active
Viewed 315 times
1 Answers
0
Take a look at either the STOP.PORT mechanism or the shutdown handler.
http://wiki.eclipse.org/Jetty/Howto/Secure_Termination
or
there is example embedded usage in the shutdown handler javadoc linked.
cheers

jesse mcconnell
- 7,102
- 1
- 22
- 33