how do we set context path for Jira, when we manually install Jira in Linux.
please help
As the docs state, change the context parameter in the connector in the server.xml
hi Nic,
thank you, context path works fine with Jira, but when I do the same for confluence its not working. please help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What does "it's not working" mean? What are the symptoms, what are you doing, what are you getting and what do you expect?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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">
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What does "it's not working" mean? What are the symptoms, what are you getting and what do you expect?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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">
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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">
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.