Larry Isaacs wrote:

> A first pass implementation, derived from what you have
> done, can be found here:
> 
> <http://jakarta.apache.org/~larryi/JmxSupport.war>

Great ! 

However, I remain to the opinion that JMX is a fundamental
API that should be available to all applications, and it
should provide it's own (trusted) security.

If anything, we should try to 'hack' mx4j to provide app
isolation or fix whatever is broken.

Think about it - each app can expose config and status 
data to the mx layer, and the config app ( or another
tool ) can manage not only tomcat, but also each webapp. 
JMX is not restricted to server code, it can ( and should) 
be used in user apps as well. And that's where things 
will be intersting.

Costin


> 
> It contains the mx4j jars, so they aren't needed in
> lib/container.  If this approach is acceptable, I can
> update the jakarta-tomcat build to include it.
> 
> Note: You will need the recent TrustedLoader.java
> update before add-ons will deploy successfully.
> 
> Cheers,
> Larry
> 
> 
>> -----Original Message-----
>> From: Henri Gomez [mailto:[EMAIL PROTECTED]]
>> Sent: Tuesday, September 24, 2002 6:32 PM
>> To: Tomcat Developers List
>> Subject: Re: [POLL] Tomcat 3.3.2 updates
>> 
>> 
>> Bill Barker wrote:
>> > ----- Original Message -----
>> > From: "Henri Gomez" <[EMAIL PROTECTED]>
>> > To: "Tomcat Developers List" <[EMAIL PROTECTED]>
>> > Sent: Tuesday, September 24, 2002 1:38 AM
>> > Subject: Re: [POLL] Tomcat 3.3.2 updates
>> > 
>> > 
>> > 
>> >>Larry Isaacs wrote:
>> >>
>> >>>Hi Henri,
>> >>>
>> >>>I would prefer to minimize the impact of upgrading from
>> >>>3.3.1 to 3.3.2.  I agree with Costin that using 4 with
>> >>>documentation on the steps to enable the MxInterceptor
>> >>>would be a resonable way to implement this.
>> >>
>> >>So I'll have to take a look at MxInterceptor to see if
>> >>nothing is broken ...
>> >>
>> >>BTW, I could spend sometimes to play ClassLoader,
>> >>making MxInterceptor loading mx4j/mx4-tools from
>> >>container ClassLoader but I need some advices.
>> >>
>> > 
>> > 
>> > You can get the loader from ContextManager.getContainerLoader().
>> > 
>> I tried to use it before loading JMX or JMXTOOLS class but it didn't
>> works. Some working example are welcomed.
>> 
>> 
>> 
>> 
>> --
>> To unsubscribe, e-mail:
>> <mailto:tomcat-dev-> [EMAIL PROTECTED]>
>> For
>> additional commands,
>> e-mail: <mailto:[EMAIL PROTECTED]>
>> 
>>

-- 
Costin



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to