On Mon, 2003-07-28 at 20:51, Steve Short wrote: > Pointer: get the sources for Phoenix from the Apache Jakarta CVS > repository and take a look at > > org.apache.avalon.phoenix.launcher.JMXLauncher > > This is the JMX Mbean that is used to start Phoenix inside an > application server. You can duplicate this functionality in your > framework.
Thank you very much for that pointer Steve, this looks like the way to go. I have implemented the basic adapter using your template. Still some class path issues (as expected), but hopefully I'll get it up and running before tonight. Thanks again Lev. > > Thanks for your reply. Its our own framework we are using for > > our applications. This framework has the ability to run > > services and I want to implement a service adapter for James. > > I'd simply like to have more control over James than simply > > "starting run.sh" from that adapter. But the "problem" is of > > how to bootstrap James programmatically. > > > > I see the problem with running too many thingies inside one > > JVM, especially when it comes to 3rd party libraries and the > > version hell. But since I also plan to use mailets to > > interface with our application, I'd like to go this way for now. > > > > Thanks for any pointers, > > > > Lev. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
