getLog().info("Running '" + getClass().getSimpleName().replace("TomEEMojo", "").toLowerCase(Locale.ENGLISH)
+ "'. Configured TomEE in plugin is " + tomeeHost + ":" + tomeeHttpPort
+ " (plugin shutdown port is " + tomeeShutdownPort + ")");
server.start(strings, getCmd(), false);
if (!getNoShutdownHook()) {
try {
server.getServer().waitFor(); // connect attempts = 0
} catch (InterruptedException e) {