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 )
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.
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 ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.