RE: [jetty-user] Jetty 7 as Windows Service.
"Tasso Angelidis" <[email protected]>
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
Is it because of licensing issues that it is no longer bundled? Anyways, I manually installed the wrapper as any "standard" wrapper installation. Took the original Jetty-Service.conf file and changed: wrapper.java.mainclass=org.mortbay.jetty.win32service.JettyServiceWrappe rListener to wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp And added... wrapper.app.parameter.1=org.eclipse.jetty.start.Main <-- Main class wrapper.app.parameter.2=../etc/jetty.xml wrapper.app.parameter.x=../etc/jetty-x.xml <-- Any additional config files you wish to include... wrapper.app.parameter.y=../etc/jetty-y.xml Seems to start fine and it seems to shutdown gracefully to. ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Michael Gorovoy Sent: Tuesday, October 26, 2010 11:34 AM To: user Subject: Re: [jetty-user] Jetty 7 as Windows Service. You could get the Jetty integration of the service wrapper from http://svn.codehaus.org/jetty/jetty/branches/jetty-7/jetty-win32/. Unfortunately it is not included in the core distribution, so you would need to build it first. -Michael On Tue, Oct 26, 2010 at 11:19 AM, Tasso Angelidis <[email protected]> wrote: I just downloaded 7.2.0 and to my surprise there's no service wrapper. I suppose I can manually install this but won't get any benefits of the original integration that 6 had with the wrapper? Thanks