Hi Brian
We use a library / windows app called JavaService.exe for running JBoss
(in which sits ServiceMix)
This is sucessfully used for Tomcat and JBoss often.
It is a fairly trivial task to adapt the "install" of the main class
against this ap.
You will find it located here
http://javaservice.objectweb.org/
What you will need to do is "unravel" the servicemix.bat startup script
so that the main items are passed as arguments to the jvm.dll.
Not too hard. if you get stuck, let me know and I can take a look.
Regards
Ramon
On Sun, 2006-10-08 at 12:07 -0700, bgaston wrote:
> Hello,
>
> I was just wondering if anyone has had any experience with running
> ServiceMix as an NT service. For our Java projects, we usually use an NT
> service wrapper from Tanuki Software, to wrap our java apps.
>
> Im looking at the batch file used to start ServiceMix, and I see that a
> number of variables are being set that may be used within ServiceMix itself,
> and this is where things get a little complicated because I dont think I can
> set these variables in the wrapper.
>
> Any help would be greatly appreciated!
> Thanks!
> Brian