-
Suggestion
-
Resolution: Unresolved
-
None
-
None
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
Remote Link | Original: This issue links to "Page (Confluence)" [ 670485 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 670485 ] |
Affects Version/s | Original: 8.2.4 [ 101493 ] | |
Workflow | Original: JAC Bug Workflow v3 [ 4290398 ] | New: JAC Suggestion Workflow 3 [ 4290411 ] |
Issue Type | Original: Bug [ 1 ] | New: Suggestion [ 10000 ] |
Priority | Original: Low [ 4 ] | |
Status | Original: Gathering Impact [ 12072 ] | New: Gathering Interest [ 11772 ] |
Status | Original: Needs Triage [ 10030 ] | New: Gathering Impact [ 12072 ] |
Description |
Original:
h3. 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 {code:xml} <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"> {code} h3. Steps to Reproduce # Open /opt/atlassian/etc/server.xml.j2 template file on docker. h3. Expected Results Entry is present for redirectPort on this file. h3. Actual Results This file is missing entry for redirectPort. h3. Workaround Current workaround is to add this entry in the server.xml file manually. |
New:
h3. 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 {code:xml} <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"> {code} h3. Steps to Reproduce Open /opt/atlassian/etc/server.xml.j2 template file on docker. h3. Expected Results Entry is present for redirectPort on this file. h3. Actual Results This file is missing entry for redirectPort. h3. Workaround Current workaround is to add this entry in the server.xml file manually. |