I have some Java processes running on a host.
I need to monitor the Java processes as well as the exception /warnings raised by them.
I know i can monitor the processes using JMX.
But how do i monitor the Exceptions raised by the processes ?
Currently the Exceptions being raised are stored in text files.
I need to monitor the Java processes as well as the exception /warnings raised by them.
I know i can monitor the processes using JMX.
But how do i monitor the Exceptions raised by the processes ?
Currently the Exceptions being raised are stored in text files.
Comment