Manage Multiple JBOSS Instances + Configuration
Hi,
We have multiple instances of JBOSS EAP 6.4 running across our Development / Test / Production and DR servers, the majority of which are for one application/system.
Does anyone know of any tools that would allow me to easily do the following:
- Manage the Stop/Start of each instance (we have our own start.sh file)
- Compare / Update all the configurations (standalone.xml)
Thanks :)
Responses
Hi Hiren,
JON can be a solution, but if you want something that can easily span across Development / Test / Production and DR servers (I assume they are well-separated networks) and just do simple tasks like you describe (starting/stopping servers, comparing configs), then Ansible could be easier and more lightweight, because all it needs is SSH access to the host OS.
It's also worth pointing out that JON is not in active development, and is currently in the maintenance support phase, which is due to end a year from now.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
