I want to create an application with Java EE on a JONAS server for monitoring other applications and servers created with Java EE and C++.
So I’m looking for an API or something to help me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How about using Java Management Extensions (JMX)? See a brief description here.
BTW there are quite a lot of tools (e.g., JConsole by default in every JDK), are you sure you have to create a new monitor? I do not know your specific needs, but maybe you can use some existing tool for the job.