Actually i'm designing a software on top of a Java application server which must be highly available. So i also plan to include a monitoring system which will detect errors on the app server. I'll probably use JMX to do it. So what can potentially happens during the lifecyle of a Java app server? What sould i monitor?
what else???
Thanks for replies
I am assuming you are mostly interested in errors related to the App Server and not the application.
The errors related to AppServer can fall under the following cat
I was being very generic in identifying the potential errors in your application server. There could be more depending on your application server of choice. Also depending on your choice your monitoring tools may vary.
Hope this help.
Good luck!