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: 

jira

Padmasree P
Contributor
September 26, 2018

how do we set context path for Jira, when we manually install Jira in Linux.

please help

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Nic Brough -Adaptavist-
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 Champions.
September 26, 2018

As the docs state, change the context parameter in the connector in the server.xml

Padmasree P
Contributor
September 26, 2018

hi Nic,

thank you, context path works fine with Jira, but when I do the same for confluence its not working. please help

Nic Brough -Adaptavist-
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 Champions.
September 27, 2018

What does "it's not working" mean?  What are the symptoms, what are you doing, what are you getting and what do you expect?

Padmasree P
Contributor
September 27, 2018

hi Nic,

I see two context path in server.xml. please find below. can we comment the second line context path. please help. after this change context path is not working

Context path="/confluence" docBase="../confluence" debug="0" reloadable="false" useHttpOnly="true">
 <Context path="${confluence.context.path}/synchrony-proxy" docBase="../synchrony-proxy" debug="0" reloadable="false" useHttpOnly="true">

Nic Brough -Adaptavist-
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 Champions.
September 28, 2018

What does "it's not working" mean?  What are the symptoms, what are you getting and what do you expect?

Padmasree P
Contributor
September 28, 2018

hi Nic, page is not getting loaded. if I comment below line context path is working.

can we comment this line

 <Context path="${confluence.context.path}/synchrony-proxy" docBase="../synchrony-proxy" debug="0" reloadable="false" useHttpOnly="true">

Nic Brough -Adaptavist-
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 Champions.
September 28, 2018

Are you visiting the page in the new path?

You should not mess with the context path for synchrony unless there's a good reason to do so.

Padmasree P
Contributor
September 28, 2018

hi Nic,

yes I want confluence to load only with context path(abc.com/confluence). when I remove the comment for below line, confluence page is not loading with /confluence as context path. how do I fix this

<Context path="${confluence.context.path}/synchrony-proxy" docBase="../synchrony-proxy" debug="0" reloadable="false" useHttpOnly="true">