I observed that by default both 8080 and 8181 will be in used if starting karaf with http feature installed. This is because jetty default port is set to 8080 in jetty.xml and http org.osgi.service.http.port is set to 8181. I would expect only one of these 2 configurations to be used, but look like they listen on both ports.
I verified that by setting the default port in jetty.xml to 8181. Then I observed only port 8181 was in used. - Triet -- View this message in context: http://karaf.922171.n3.nabble.com/Multiple-instances-of-Karaf-on-same-host-tp1997807p2840993.html Sent from the Karaf - User mailing list archive at Nabble.com.
