it is posible to change HTTPS links (IP,URL) and base URL from config files (type XML) ?

jmsantam March 7, 2013

it is posible to change HTTPS links (IP,URL) base URL from config files (type XML) ?

I Wonder if it is posible to change HTTP links from config files ( not from JIRA or confluence )

3 answers

0 votes
Teck-En
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 7, 2013

the base url can be only perform from the application itself or from database level. Those xml files would only allow you to make changes on the tomcat connectors to accept https connection, keystore configuration of your SSL or additional network config such as proxy.

0 votes
jmsantam March 7, 2013

actually I want to change Base URL and app LINKS no context path, context path is not the IP, or complete URL isn't ? I mean from there I cannot change all the address,

I must use always JIRA / Confluence ? to change these things isn't ?

0 votes
Chung Park Chan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 7, 2013

If you're looking to change context path for JIRA, you can do so by modifying the server.xml file in conf folder. Look for the line below:

<Context path="/jira" docBase="${catalina.home}/atlassian-jira" reloadable="false"> </Context>

Referring to this guide might help.

https://confluence.atlassian.com/display/JIRAKB/How+to+change+the+JIRA+context+path

Suggest an answer

Log in or Sign up to answer