install http feature will start both 8080 and 8181 jetty port
-------------------------------------------------------------
Key: KARAF-690
URL: https://issues.apache.org/jira/browse/KARAF-690
Project: Karaf
Issue Type: Bug
Reporter: Freeman Fang
jetty will start both 8080 and 8181 port if we install http feature, the
configuration from pax-web can't override the one from jetty.xml.
Simply remove those from our jetty.xml
<!-- default port will be overwritten by pax-web configuration -->
<Set name="port"><Property name="jetty.port" default="8080"/></Set>
works and only let the configuration from pax-web take effect
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira