Re: howto extend catalina with mbeans

2002-11-21 Thread Jakob Praher
) yes that's the tradeof. this makes JMX so powerful ( no direct references ) but it can make things slow ... one thing I could imagine is to go both directions: a) via MBeans b) via plain java interfaces ... thanks very much for your help -- Jakob Costin Jakob Praher wrote: hi all

Re: howto extend catalina with mbeans

2002-11-21 Thread Jakob Praher
) yes that's the tradeof. this makes JMX so powerful ( no direct references ) but it can make things slow ... one thing I could imagine is to go both directions: a) via MBeans b) via plain java interfaces ... thanks very much for your help -- Jakob Costin Jakob Praher wrote: hi all

jmx and context administration

2002-10-08 Thread Jakob Praher
hi all, currently I am working with tomcat-4.1-cvs-head and mx4j. I have looked at the org.apache.catalina.mbeans package but couldn't find a MBean or a Method for adding contexts to a catalina host entry. What I want to do is stop start and add a context to catalina during runtime w/ JMX, as I

jmx and context administration

2002-10-08 Thread Jakob Praher
hi all, currently I am working with tomcat-4.1-cvs-head and mx4j. I have looked at the org.apache.catalina.mbeans package but couldn't find a MBean or a Method for adding contexts to a catalina host entry. What I want to do is stop start and add a context to catalina during runtime w/ JMX, as I