The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Help with server.xml HTTPS confluence and jira

Nick
Contributor
February 20, 2025

Dear community,

Can someone share the contents of the server.xml file for running Confluence and Jira on the same server via HTTPS?

I set the port, keystore, but for some reason first Jira and then Confluence intercept each other's domain name?

So when trying to open confluence.company.com - Jira opens. And now, after the settings in the server.xml file, back - when opening jira.company.com, Confluence opens

Connector port="8080"
relaxedPathChars="[]|"
relaxedQueryChars="[]|{}^\`"<>"
maxThreads="150"
minSpareThreads="25"
connectionTimeout="20000"
enableLookups="false"
maxHttpHeaderSize="8192"
protocol="HTTP/1.1"
useBodyEncodingForURI="true"
redirectPort="443"
acceptCount="100"
proxyName="jira.company.com"
disableUploadTimeout="true"
address="jira.company.com"
bindOnInit="false"/

Connector port="8443"
protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150"
SSLEnabled="true"
scheme="https"
secure="true"
keystoreFile="C:\jira.jks"
keystorePass="PASS"
clientAuth="false"
sslProtocol="TLS"
keyAlias="jira"
address="jira.company.com"
proxyName="jira.company.com"
relaxedPathChars="[]|"
relaxedQueryChars="[]|{}^\`"<>"
connectionTimeout="20000"
redirectPort="8443"/

Engine name="Catalina" defaultHost="jira.company.com" Host name="jira.company.com" appBase="webapps" unpackWARs="true" autoDeploy="true Context path="" docBase="${catalina.home}/atlassian-jira" reloadable="false" useHttpOnly="true"

I would be grateful for any help. Thank you in advance!

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events