Subdomain JIRA

Grupo Integrado August 31, 2016

I have running Gitlab (port 8080) and JIRA (port 8081) in the same server. I need configure JIRA to a subdomain (https://confluence.atlassian.com/kb/integrating-atlassian-tools-with-proxies-753894340.html) but this responded to Gitlab application. I need help

Thanks!

1 answer

0 votes
crochaju
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 31, 2016

Have you looked at https://confluence.atlassian.com/kb/changing-port-that-your-atlassian-application-listens-on-834000041.html ?

try to change the port looking at:

Locate the Connectors

Find the following lines in server.xml:

1
<Server port="8006" shutdown="SHUTDOWN">
2
...
3
<Connector port="7990" protocol="HTTP/1.1"
4
                 connectionTimeout="20000"
5
                 useBodyEncodingForURI="true"
6
                 redirectPort="8443"
7
                 compression="on"
8
                 compressableMimeType="text/html,text/xml,text/plain,text/css,application/json"/>

 

Cheers

Carlos Rocha

Suggest an answer

Log in or Sign up to answer