Monitor Weblogic farm with Java Management API?
My overall goal is to display the state of all on the managed servers on a web page thats get refreshed say every 5 to 10 minutes to get the latest server state. We have several WebLogic domains which are located on different Servers(VMs). If I can write a webservice to get the server state and returns this data in XML format, we have some services already built that can convert and display it on a Webpage(we may have to tweak some of this but overall display part is not a concern here).
Question, is it feasible to write a webservice and get the managed servers state using Java management API? If some one already has written a similar web service can you please share a sample code snippet or help me in the right direction?