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

Server.xml file on Bamboo Docker image is missing tag for redirectPort

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Docker
    • 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.

      Issue Summary

      Server.xml on Bamboo running on docker is produced via /opt/atlassian/etc/server.xml.j2 template file. This file is missing tag for redirectPort, hence it will not be present in server.xml by default.

      server.xml file has to be mounted and this entry added manually, whereas if we download the Unix/Windows distribution, this entry is present in server.xml file by default, sample below

      <Service name="Catalina">
          <Connector
              port="8085"
              protocol="HTTP/1.1"
              maxThreads="150" minSpareThreads="25"
              connectionTimeout="20000"
              disableUploadTimeout="true"
              acceptCount="100"
              enableLookups="false"
              maxHttpHeaderSize="8192"
              useBodyEncodingForURI="true"
              URIEncoding="UTF-8"
              redirectPort="8443">
      

      Steps to Reproduce

      Open /opt/atlassian/etc/server.xml.j2 template file on docker.

      Expected Results

      Entry is present for redirectPort on this file.

      Actual Results

      This file is missing entry for redirectPort.

      Workaround

      Current workaround is to add this entry in the server.xml file manually.

            [BAM-21848] Server.xml file on Bamboo Docker image is missing tag for redirectPort

            There are no comments yet on this issue.

              Unassigned Unassigned
              4f38d6bf51c0 Shashank Kumar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: