Connecting Tech Pros Worldwide Forums | Help | Site Map

JMX + Tomcat?

DawidM
Guest
 
Posts: n/a
#1: Oct 17 '07
Is it possible to use the Tomcat Server as a Mbean containter for non web
application? This MBeans will be registered from a standalone application.
Other words, I'm looking for any container for register my MBeans from
standalone app, I can't use the Jboos Server and the rmiregistry. Maybe in
JV is any default server where I can register my MBean and then create
MBeanServerConnection to invoke remote method from beans from another
standalone application client?

Any ideas? :)
DM



Vecchio Fabrizio
Guest
 
Posts: n/a
#2: Oct 21 '07

re: JMX + Tomcat?


DawidM wrote:
Quote:
Is it possible to use the Tomcat Server as a Mbean containter for non web
application? This MBeans will be registered from a standalone application.
Other words, I'm looking for any container for register my MBeans from
standalone app, I can't use the Jboos Server and the rmiregistry. Maybe in
JV is any default server where I can register my MBean and then create
MBeanServerConnection to invoke remote method from beans from another
standalone application client?
>
Any ideas? :)
DM
>
>
Hi,have a look at
http://tomcat.apache.org/tomcat-5.0-...tor-howto.html
VF
Closed Thread