BUG-8117: fix jetty/pax-web configuration mismatch 11/54611/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 10 Apr 2017 16:16:45 +0000 (18:16 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 10 Apr 2017 16:31:33 +0000 (18:31 +0200)
commit52c5b9c1ba057149eb71a751b8862d99ea4e32fd
tree10b0826a297daac90c8f4a42031a97dd3d6d3498
parentc1753922edba4e329c7ba6ce8d5d10cbd1f8642a
BUG-8117: fix jetty/pax-web configuration mismatch

Karaf 4 uses pax-web as the jetty configuration bridge, which
compares the jetty configuration with its directives. If a port
or address mismatch is found, this leads to duplicate ports being
used and hence preventing successful jetty startup.

Change-Id: Ia5b71621ba0474481dab738232ebac778540a258
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
karaf/opendaylight-karaf4-resources/src/main/resources/etc/jetty.xml
karaf/opendaylight-karaf4-resources/src/main/resources/etc/org.ops4j.pax.web.cfg [new file with mode: 0644]