[PROPOSAL] Re: Tomcat5 MBeans/JMX context creation

2004-03-01 Thread Remy Maucherat
Randy Watler wrote: Remy Maucherat wrote: Randy Watler wrote: I am currently experimenting with the Java 1.5 remote JMX/MBeans for use in our build process. ... Can anyone clarify how the "createStandardContext" should be invoked? You can look at the JBoss integration code for examples. ...

Re: [PROPOSAL] Re: Tomcat5 MBeans/JMX context creation

2004-03-02 Thread Remy Maucherat
Remy Maucherat wrote: Any comments on this ? All done. The changes are not too intrusive, since TC 5 already required JMX. This should hopefully make Tomcat useable through JMX remote on JDK 1.5 (which was my plan, if you remember my emails a few weeks ago). The object name to use in most cases

RE: [PROPOSAL] Re: Tomcat5 MBeans/JMX context creation

2004-03-02 Thread Shapira, Yoav
Hi, >Proposed object names for the classloaders: > >Main CLs: >[Server]:type=ServerClassLoader,name=(common|shared|server) >Webapps CLs: >[EngineName]:type=WebappClassLoader,path=[context_path],host=[host_name ] > >I am likely to move jmx.jar to "bin", since bootstrap will need to >register the C