Run multiple Fisheye instances on the same server

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

You wish to be able to run multiple instances of Fisheye on the same server.

ソリューション

You can do this by having them both listen on different ports. For this you'll need to edit one of the instance's {{<FISHEYE_INST>/config.xml}} file:

<web-server>
 <http bind=":8060"/>
</web-server>
{code}

and change the bind port.

最終更新日 2018 年 7 月 31 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.