I am seeing a phenomenon where sometimes, connections to the port Jetty is configured on fail with connection refused, shortly after the server starts (after Server.start() returns).
Is there some asynch behaviour involved? Is start() synchronous or not?