Re: Now that we have Lifecycle Listeners...the next step

2007-06-29 Thread Vamsavardhana Reddy
On 6/29/07, Jeff Genender [EMAIL PROTECTED] wrote: Now that we have Lifecycle Listeners, I want to start a little discussion around some of the Tomcat listeners that come standard installed in their container and whether we include them or not in the default plan. Currently Tomcat has the

Re: Now that we have Lifecycle Listeners...the next step

2007-06-29 Thread Kevan Miller
On Jun 28, 2007, at 5:10 PM, Jeff Genender wrote: snip But most importantly I want to talk about the AprLifecycleListener. I really think we should add this as a default listener in the plan because this will allow people to use a netive APR connector and *really* get some incredible

Re: Now that we have Lifecycle Listeners...the next step

2007-06-29 Thread Jeff Genender
Vamsavardhana Reddy wrote: IIUC, org.apache.tomcat.util.modeler.Registry.getMBeanServer() is the method that hooks up the MBeanServer with which tomcat registers its MBeans. Also, tomcat is not creating an MBean server of its own to register its MBeans with. It is using the first one in

Re: Now that we have Lifecycle Listeners...the next step

2007-06-29 Thread Jeff Genender
Kevan Miller wrote: On Jun 28, 2007, at 5:10 PM, Jeff Genender wrote: snip But most importantly I want to talk about the AprLifecycleListener. I really think we should add this as a default listener in the plan because this will allow people to use a netive APR connector and *really*

Now that we have Lifecycle Listeners...the next step

2007-06-28 Thread Jeff Genender
Now that we have Lifecycle Listeners, I want to start a little discussion around some of the Tomcat listeners that come standard installed in their container and whether we include them or not in the default plan. Currently Tomcat has the following listeners attached to their standalone