Re: howto extend catalina with mbeans

2002-11-21 Thread Costin Manolache
Jakob Praher wrote: >> Right now catalina can be extended with Valves or connectors or >> listeners. >> Some of them (like jk connector ) can define MBeans. The major problem >> is having the admin interface recognize them - it should work >> but I never tried. > > I'll have to look at them. >

Re: howto extend catalina with mbeans

2002-11-21 Thread Jakob Praher
Am Don, 2002-11-21 um 19.29 schrieb Costin Manolache: > The solution is not yet very well defined. yup. I have experienced the same. > > Right now catalina can be extended with Valves or connectors or listeners. > Some of them (like jk connector ) can define MBeans. The major problem > is havin

Re: howto extend catalina with mbeans

2002-11-21 Thread Jakob Praher
Am Don, 2002-11-21 um 19.29 schrieb Costin Manolache: > The solution is not yet very well defined. yup. I have experienced the same. > > Right now catalina can be extended with Valves or connectors or listeners. > Some of them (like jk connector ) can define MBeans. The major problem > is havin

Re: howto extend catalina with mbeans

2002-11-21 Thread Costin Manolache
The solution is not yet very well defined. Right now catalina can be extended with Valves or connectors or listeners. Some of them (like jk connector ) can define MBeans. The major problem is having the admin interface recognize them - it should work but I never tried. I already committed some