You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Charles Moulliard <cm...@gmail.com> on 2010/02/08 20:46:34 UTC

ServiceMix 4 - Windows Service

Hi,

Is it this way that we must follow to start/stop serviceMix 4 as a Windows
Service ?

http://servicemix.apache.org/configure-servicemix-as-a-windows-service.html

Regards,

Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com
twitter : http://twitter.com/cmoulliard
Linkedlin : http://www.linkedin.com/in/charlesmoulliard

Apache Camel Group :
http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm

Re: ServiceMix 4 - Windows Service

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi Charles,

Yes it's a first way to achieve it.

Another solution is to create a wrapper using commons-daemon:
http://commons.apache.org/daemon/
http://commons.apache.org/daemon/procrun.html

Using procrun, you can register a windows service, monitor it, etc.

Regards
JB

Charles Moulliard wrote:
> Hi,
> 
> Is it this way that we must follow to start/stop serviceMix 4 as a Windows
> Service ?
> 
> http://servicemix.apache.org/configure-servicemix-as-a-windows-service.html
> 
> Regards,
> 
> Charles Moulliard
> Senior Enterprise Architect
> Apache Camel Committer
> 
> *****************************
> blog : http://cmoulliard.blogspot.com
> twitter : http://twitter.com/cmoulliard
> Linkedlin : http://www.linkedin.com/in/charlesmoulliard
> 
> Apache Camel Group :
> http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm
> 

-- 
Jean-Baptiste Onofré (Nanthrax)
BuildProcess/AutoDeploy Project Leader
http://buildprocess.sourceforge.net
jb@nanthrax.net
PGP : 17D4F086

Re: ServiceMix 4 - Windows Service

Posted by Gert Vanthienen <ge...@gmail.com>.
Charles,

Apache Felix Karaf includes support for the 'Tanuki' wrapper that's
commonly used to run Java software as service.  You can create the
basic files required to run Karaf as a service by installing the
"wrapper" feature and then executing the "wrapper:install" command.
It should also provide you with the instructions to get everything set
up in the console iirc (I don't have a Windows machine at hand right
now to verify that right now).

Regards,

Gert Vanthienen
------------------------
Open Source SOA: http://fusesource.com
Blog: http://gertvanthienen.blogspot.com/



On 8 February 2010 20:46, Charles Moulliard <cm...@gmail.com> wrote:
> Hi,
>
> Is it this way that we must follow to start/stop serviceMix 4 as a Windows
> Service ?
>
> http://servicemix.apache.org/configure-servicemix-as-a-windows-service.html
>
> Regards,
>
> Charles Moulliard
> Senior Enterprise Architect
> Apache Camel Committer
>
> *****************************
> blog : http://cmoulliard.blogspot.com
> twitter : http://twitter.com/cmoulliard
> Linkedlin : http://www.linkedin.com/in/charlesmoulliard
>
> Apache Camel Group :
> http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm
>