Note: The author of this question has some Java background, but is a complete newbie in Java EE.
I would like to know if there exists a mature tool to supervise Java web applications.
For example, if I have two Java servers (let us call them 1 and 2), running on different physical boxes, which write to a MySQL database on the other physical machine, and a main web application which frequently reads from this database:
How can I supervise servers 1 and 2? Is it possible to automatically restart the servers if they crash? Are there any ways to manage them the way Erlang/OTP does?