Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty as windows service - issue

I installed jetty as a windows as per the below documentation.

http://www.eclipse.org/jetty/documentation/current/startup-windows-service.html

It uses Apache common deamons to to create windows service.

It works fine however whenever i stop the service sometimes it won't kill the java process.

Back to the top