|
From: Leif M. <lei...@ta...> - 2010-09-21 08:46:16
|
Christopher, The Wrapper does not directly provide a way to install new services, but you can start, stop, pause, resume, etc. Services which are already installed. This is done using the WrapperManger.sendServiceControlCode method. See the Javadocs: http://wrapper.tanukisoftware.com/doc/english/javadocs.html Before you can make use of these service methods however, you will need to install a Security Manager in the JVM: http://wrapper.tanukisoftware.com/doc/english/security-model.html Please let me know what you find missing here, as well as how you would ideally like to see it work. Cheers, Leif On Tue, Sep 21, 2010 at 3:57 AM, Christopher Taylor <ct...@co...> wrote: > Hi List, > > > > Sorry if this has been asked before, the list search on sf didn’t work for > me. > > > > Is there an API in wrapper that allows me to configure, install and run/stop > services in separate JVM instances from within my program? I could generate > and exec wrapper scripts, but I’d like to know whether there is an API for > this. > > > > I’d appreciate any pointers. > > > > Regards, > > --Christopher |