Normally, we can start Jetty in the command prompt by
- java -jar <Jetty_Home>/start.jar
In case you close the command prompt accidentally, Jetty will shutdown. One way to solve the problem in Windows platform is to make use of the Windows Service Wrapper provided by Jetty.
Continue reading Make Jetty as Windows Service