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

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Fixed
    • None
    • Component/s: None
    • None

      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>

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

              Created:
              Updated:
              Resolved: