|
サーバーベースURLの環境設定:
Confluence をインストールし、non-root のコンテキストパス内で実行する場合、(つまり、コンテキストパスを指定している)、サーバーベース URL にはこのコンテキストパスが含まれます。例えば、Confluence が以下の URL で実行している場合:
http://www.foobar.com/confluence |
この場合、サーバーのベース URL は以下のようになります。
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 で構成ファイルを編集します。Context 要素の path 属性の値を変更して、コンテキスト パスを反映します。たとえば、Confluence をhttp://www.foobar.com/confluence で実行している場合、path 属性は以下のようにします。
<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.