Hi Craig, Well, I grabbed last nights build and as you had indicated, I now see two Listener elements in server.xml that should be un-commented to enable jmx support in tomcat. I can now get tomcat to start (thought not without some ugly stack traces thrown to stdout) and I can successfully login to the admin app. After that, I dont get much further without getting "javax.servlet.UnavailableException: MBeanServer is not available" being thrown all over the place. I'm going to grab a snapshot of the code and try and wrap my mind around this one. However, I was wondering if you might be able to comment on this part of catalina and give some insight as to where its going in terms of functionality (will it be the 'full meal deal' in terms of server admin and webapp admin???) and what release version it may be targeted for? I'm very interested in this part of the app and would be willing to help out where I could.
Thanks! Mark ----- Original Message ----- From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, February 11, 2002 3:11 PM Subject: Re: JMX Support in Tomcat 4 > > > On Mon, 11 Feb 2002, mark wrote: > > > Date: Mon, 11 Feb 2002 14:25:15 -0500 > > From: mark <[EMAIL PROTECTED]> > > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > > To: Tomcat Developers List <[EMAIL PROTECTED]> > > Subject: Re: JMX Support in Tomcat 4 > > > > Hi Craig, > > > > Thanks for the reply! Please see comments inline: > > > > ----- Original Message ----- > > From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > > To: "Tomcat Developers List" <[EMAIL PROTECTED]> > > Sent: Monday, February 11, 2002 11:02 AM > > Subject: Re: JMX Support in Tomcat 4 > > > > > > > > > > > > > On Mon, 11 Feb 2002, mark wrote: > > > > > > > Date: Mon, 11 Feb 2002 10:37:39 -0500 > > > > From: mark <[EMAIL PROTECTED]> > > > > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > > > > To: [EMAIL PROTECTED] > > > > Subject: JMX Support in Tomcat 4 > > > > > > > > Hello All, > > > > > > > > Just grabbed one of the tomcat 4 nightly builds (feb10) in an effort to > > > > explore the JMX support and some of the new admin features and am not > > > > having much luck. I unpacked it, uncommented the line to add the JMX > > > > listener in server.xml and after executing the start script, I end up > > > > with the error message below, any ideas? What is it looking for in terms > > > > of a 'userDatabase' and where should this be located? > > > > > > > > > > A couple of things to check: > > > > > > * There should have been two <Listener> elements that you > > > uncommented, not just one. Was that the case? > > > > I only see one as follows: > > > > <!-- Uncomment this entry to enable JMX MBeans support --> > > <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" > > debug="0"/> > > > > I'm using the nightly build dated: 20020211 > > > > Ah ... checked my build logs and that build is corrupted :-(. It should > be fixed in tonight's build (20020212). > > Craig > > > -- > To unsubscribe, e-mail: <mailto:[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]>