...
- Tomcat generally crushes after 3-6 hot redeploys
- this may be due to some configuration options
- exploded WAR's have many problems, maybe configuring Tomcat to not explode the WAR is an solution
- qcadoo MES may have memory leaks on startup and shutdown
- by default garbage collection does not sweep old unused class bitcode
Issue: http://issues.qcadoo.org/browse/QCADOOMES-117
Monitor process
Create a process which monitors the tomcat process. When a restart is requested the monitor firstly shuts down one process and then starts the new one.