Suppose I have 8 java server applications (actually instances of the same java application) running in 4 linux boxes ( 2 each). I want to be able to monitor these applications from another linux box using Jolokia.
I also need the ability to start and stop these java applications. Can Jolokia help here?
Do I need to install one Jolokia war agent on a linux box to monitor all those 8 applications mentioned above? Or do I need to install war agent in each of the four linux boxes? Or do I need to attach jolokia JVM agent to each of the 8 java applications? Do I need to change anything in my original java applications to use Jolokia for above purpose?