Details
Description
When starting a second or third copy of the standalone, the tomcat port is automatically advanced to the next available port, but the MySQL port is not. The effect is that the 2nd instance of a standalone will launch a new WAR that is running against the same database as the first instance. Can we make the MySQL port auto-advance to the next available port as well?