Oh - I forgot one step in the instructions. You also need to edit the phoenix kernel.xml file and replace the MX4JSystemManager with JBossHostedSystemManager. No config params required.
> -----Original Message----- > From: Peter Donald [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 18, 2002 3:07 PM > To: Avalon-Phoenix Developers List > Subject: Re: [PATCH] JMXLauncher and JBossHostedSystemManager > > > On Wed, 18 Sep 2002 07:19, Steve Short wrote: > > Hi folks, > > > > Here are some new files that I'd like to offer to the > Phoenix project. > > And we'd like to nab em! ;) > > > I placed the launcher files in package > > org.apache.avalon.phoenix.launcher. In order to keep my additions > > isolated, I haven't modified any existing code, but if you accept > > these files the launcher package is probably ripe for a bit of > > refactoring. > > Kool. > > > The only logging for the JMXLauncher is to STDOUT. This is > because I > > wanted to avoid adding log4j to Phoenix and I wanted to > avoid adding > > Avalon jars to the Jboss deployment directories - a sure way to > > ClassLoader hell. I thought about making the build of JMXLauncher > > conditional on finding log4j.jar, but want to see what you think > > first. > > log4j is already in our path by virtue of xdoclet. However > logging to system > out is fine aswell. > > > Setup instructions (Windows based, but *nix equivalent is obvious): > > > > Copy phoenix distribution to Jboss directory: > > > > copy <phoenix_dist>\* <jboss>\phoenix > > > > Copy phoenix loader to Jboss deployment dir (using Jboss 'default' > > server as example): > > > > copy <jboss>\bin\phoenix-loader.jar <jboss>\server\defaultdeploy > > > > Copy phoenix loader config file to Jboss deployment dir > (using Jboss > > 'default' server as example): > > > > copy <???>\phoenix-service.xml <jboss>\server\defaultdeploy > > > > And don't forget to copy your app to the apps directory. > > > > I think that's everything - if I've forgotten anything just holler. > > I will try it out soon. If anyone else uses JBoss then it > would be great for > your to try out these changes aswell ;) > > -- > Cheers, > > Peter Donald > Sufficiently advanced science is > indistinguishable from magic" > -- Arthur C. Clarke > > > -- > To unsubscribe, e-mail: > <mailto:avalon-phoenix-dev-> [EMAIL PROTECTED]> > > For additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
