When I execute $ mvn -o clean install -DkeepJarRunning=true -Dhttp.port=5679
in the integration-tests directory I see these lines (context below): [INFO] Detected extended HttpService. Filters enabled. [INFO] Started jetty 6.1.x at port(s) HTTP:5679 [INFO] Detected extended HttpService. Filters enabled. [INFO] Started jetty 6.1.x at port(s) HTTP:5679 Any idea why the two lines are output twice? Cheers, Andreas --- 20.10.2013 10:16:27.172 *INFO * [main] Setting sling.home=/home/andreas/workspace/stanbol/integration-tests/target/launchdir/stanbol (system property sling.home) 20.10.2013 10:16:27.175 *INFO * [main] Starting Apache Sling in /home/andreas/workspace/stanbol/integration-tests/target/launchdir/stanbol 20.10.2013 10:16:27.197 *INFO * [main] Checking launcher JAR in folder /home/andreas/workspace/stanbol/integration-tests/target/launchdir/stanbol 20.10.2013 10:16:27.228 *INFO * [main] Installing new launcher: jar:file:/home/andreas/workspace/stanbol/integration-tests/target/dependency/org.apache.stanbol.launchers.full-0.10.0-SNAPSHOT.jar!/resources/org.apache.sling.launchpad.base.jar, 2.4.0 (org.apache.sling.launchpad.base.jar.1382256987226) 20.10.2013 10:16:27.239 *INFO * [main] Loading launcher class org.apache.sling.launchpad.base.app.MainDelegate from org.apache.sling.launchpad.base.jar.1382256987226 20.10.2013 10:16:27.292 *INFO * [main] Setting sling.launchpad=/home/andreas/workspace/stanbol/integration-tests/target/launchdir/stanbol 20.10.2013 10:16:27.294 *INFO * [main] Setting org.osgi.service.http.port=5679 20.10.2013 10:16:27.299 *INFO * [main] Starting launcher ... 20.10.2013 10:16:27.306 *INFO * [main] HTTP server port: 5679 20.10.2013 10:16:40.077 *INFO* [FelixStartLevel] org.mortbay.log Logging to org.apache.sling.commons.log.internal.slf4j.SlingLogger@1e1ebbf6 via org.mortbay.log.Slf4jLog INFO : org.apache.felix.scr (106): Version = 1.6.0 DEBUG: Starting ComponentActorThread [INFO] Http service whiteboard started [INFO] Detected extended HttpService. Filters enabled. [INFO] Started jetty 6.1.x at port(s) HTTP:5679 [INFO] Detected extended HttpService. Filters enabled. [INFO] Started jetty 6.1.x at port(s) HTTP:5679 Okt 20, 2013 10:16:49 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.15 10/30/2012 02:40 PM' Okt 20, 2013 10:16:51 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.15 10/30/2012 02:40 PM'