/** @return the local Jetty port which is a random (except if proactive.http.port is set) */
 public static String getLocalPort() {
   HTTPServer httpServer = HTTPServer.get();
   return CentralPAPropertyRepository.PA_XMLHTTP_PORT.getValueAsString();
 }