Skip to main content

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

Thanks for your response.

No my application is not havingĀ  any long running process. Also if I run jetty from windows command prompt it runs without any issue.

On Fri, Oct 23, 2015 at 4:17 PM, Steve Sobol - Lobos Studios <steve@xxxxxxxxxxxxxxxx> wrote:
You should put some logging into your code (if you aren't already logging) and determine if maybe you have a long-running process that isn't exiting properly.

Mohan Kumar G wrote:
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.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

--
Lobos Studios - Website and Mobile App Design & Development; IT Support; Computer Maintenance
Toll FreeĀ  877.919.4WEB - Apple Valley 760.684.8859 - Los Angeles 310.945.2410 - Cleveland 216.242.4010
www.LobosStudios.com * www.facebook.com/LobosStudios * @LobosStudios


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top