Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-5832

Include jetty-ajp-x.x.x.jar into standalone distribution to enable AJP connector

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • None
    • None
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      To enable a mod_jk connection to a proxy or load balancer, jetty needs to load the mod-ajp connector.

      jetty-ajp-<jetty-verison>.jar should be part of the bamboo standalone distribution.

      The connector can be configured in jetty.xml as

      <Call name="addConnector">
      <Arg>
      <New class="org.mortbay.jetty.ajp.Ajp13SocketConnector">
      <Set name="port">8009</Set>
      </New>
      </Arg>
      </Call>

      Attachments

        Activity

          People

            pbruski Przemek Bruski
            ukuhnhardt Ulrich Kuhnhardt [Atlassian]
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: