FYI
You can get the published service name, port name and some performance
metric data from JMX.
Currently there is no sample or doc which talk about it .
You can hack the console code[1] to find some information to write your
own console.
And you can find the configuration which could enable the JMX support on
the server side here[2].
[1]https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/management/src/main/java/org/apache/cxf/management/utils/ManagementConsole.java
[2]https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/management/src/test/resources/managed-spring.xml
Willem.
Vespa, Anthony J wrote:
That's generally what I'm looking at, I am wondering if there are
examples or good patterns of use?
-----Original Message-----
From: Adrian C [mailto:[EMAIL PROTECTED]
Sent: Friday, November 09, 2007 9:17 AM
To: [email protected]
Subject: Re: Monitoring CXF Webservices
Could you use MBeans i.e. JMX?
Vespa, Anthony J wrote:
Hello,
I am doing some planning for production deployment of the web services
I
am developing and am wondering about the best way to implement heart
beats / diagnostics for the services themselves. Is there a way to
trivially enumurate through the services, display basic info (basic
config info, name etc) and do some trivial test besides just returning
the whole WSDL or writing an additional function? Was just wondering
if
there was something baked in.
I would envison this as something that would run in the same tomcat
instance (like a another servlet) that I would access through an admin
console I write.
Thanks for any help!
-Tony