// Leave the connection open before shutdown to make
// sure the thread closes down.
// connection.close();
System.out.println("getting ready to shutdown");
serverControl.shutdown();
Thread.sleep(5000);
} catch (Exception e) {
System.out.print("FAIL: Unexpected exception" + e.getMessage());
e.printStackTrace();