Run multiple Fisheye instances on the same server

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

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

Resolution

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.

Last modified on Jul 31, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.