Thanks Joakim. The community edition of JavaServiceWrapper does not support the 64 bit architecture. And in our application we support only 64 bit. If this is the only option we may consider buying license for JavaServiceWrapper standard/Professional version.
From: [email protected] [mailto:[email protected]] On Behalf Of Joakim Erdfelt Sent: Wednesday, December 18, 2013 6:44 PM To: JETTY user mailing list Subject: Re: [jetty-users] Starting jetty8 as a service on windows Not really. You have 2 choices. 1) use a native service wrapper to bridge the requirements of Windows services and Java applications. 2) embed jetty into your application using embedded-jetty techniques, then develop and create your own native executable that can start your java application while exposing the native service hooks. With that being said, why is using a java service wrapper a negative to you? We tend to like procrun / prunserv from Apache Commons-Daemon ourselves. https://commons.apache.org/proper/commons-daemon/binaries.html -- Joakim Erdfelt <[email protected]<mailto:[email protected]>> webtide.com<http://www.webtide.com/> - intalio.com/jetty<http://intalio.com/jetty> Expert advice, services and support from from the Jetty & CometD experts eclipse.org/jetty<http://eclipse.org/jetty/> - cometd.org<http://cometd.org/> On Wed, Dec 18, 2013 at 5:08 AM, Tripathi, Harikesh <[email protected]<mailto:[email protected]>> wrote: Hello, For my application which we ship with jetty as a webserver, I want to start jetty as a service on windows. Is there any other way to start jetty 8 as a service on Windows instead of using Java Service Wrapper or any other similar wrappers around it. -- Thanks, Harikesh _______________________________________________ jetty-users mailing list [email protected]<mailto:[email protected]> https://dev.eclipse.org/mailman/listinfo/jetty-users
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
