Re: howto extend catalina with mbeans

2002-11-21 Thread Jakob Praher
a) via MBeans b) via plain java interfaces ... thanks very much for your help -- Jakob > > Costin > > > > Jakob Praher wrote: > > > hi all, > > > > first of all kudos for the 4.1.x release - working with jmx is simply > > great ;-) > > > >

Re: howto extend catalina with mbeans

2002-11-21 Thread Jakob Praher
a) via MBeans b) via plain java interfaces ... thanks very much for your help -- Jakob > > Costin > > > > Jakob Praher wrote: > > > hi all, > > > > first of all kudos for the 4.1.x release - working with jmx is simply > > great ;-) > > > >

howto extend catalina with mbeans

2002-11-21 Thread Jakob Praher
hi all, first of all kudos for the 4.1.x release - working with jmx is simply great ;-) I have a question, how to best extend catalina through jmx: for instance I have a special connector mbean or adaptor mbean, that I want to load into catalina. is there a way (for instance in the server.xml c

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