|
To configure the Server Base URL:
If Confluence is installed to run in a non-root context path (that is, it has a context path), then the server base URL should include this context path. For example, if Confluence is running at:
http://www.foobar.com/confluence |
then the server base URL should be:
http://www.foobar.com/confluence |
server.xmlfile to reflect the new path:C:\Program Files\Atlassian\Confluence. Let's call this directory '{CONFLUENCE_INSTALLATION}'.CONFLUENCE_INSTALLATION}\conf\server.xml.Change the value of the path attribute in the Context element to reflect the context path. For example, if Confluence is running at http://www.foobar.com/confluence, then your path attribute should look like this:
<Context path="/confluence" docBase="../confluence" debug="0" reloadable="false" useHttpOnly="true"> |
proxyName="foobar.com" proxyPort="443" scheme="https". This will make sure we are passing the information correctly.This information needs to be added in the |