Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-690

install http feature will start both 8080 and 8181 jetty port

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.2.2, 3.0.0
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            ffang Freeman Yue Fang
            ffang Freeman Yue Fang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: