4142434445464748
final String basePath = bundleContext.getProperty("nexus-base"); final String args = bundleContext.getProperty("nexus-args"); MDC.put("userId", SYSTEM_USERID); server = new Launcher(basePath, null, null, args.split(",")); server.startAsync(); }