Example #1
0
 protected void stopServer() throws Exception {
   LOG.info("STOPPING server");
   shutdownServerInstance(serverFactory, hostPort);
   serverFactory = null;
   // ensure no beans are leftover
   JMXEnv.ensureOnly();
 }