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]> webtide.com <http://www.webtide.com/> - intalio.com/jetty Expert advice, services and support from from the Jetty & CometD experts eclipse.org/jetty - cometd.org On Wed, Dec 18, 2013 at 5:08 AM, Tripathi, Harikesh < [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] > https://dev.eclipse.org/mailman/listinfo/jetty-users > >
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
