Multiple YouTrack instances on the same machine

Hi all,

I wondered if one can have more than one standalone instances of YouTrack on a single windows machine?

Background: Two independently working teams on our site need their own tracking system. Though they're not more than a couple of users in total, a separation via projects on the same server instance is no option (due to different requirements in respect of cusomizing and configuration, etc.).

So is there a way to have another apache service running e.g. using another port with a second database behind?

Any comment would be appreciated.

Many thanks!
0
4 comments
There aren't problems running two (or more) YouTrack on the same machine.

All what you need is to provide different ports and database locations for instances, e.g.:
- java -Ddatabase.location=<path to your database1> -jar youtrack-4.2.3.jar 8080
- java -Ddatabase.location=<path to your database2> -jar youtrack-4.2.3.jar 8082
0
Hi,

Thanks alot for the quick response.
I didn't expect that the solution is such easy.


Regards,

and_yt
0

Hi,

 

I'm on windows server, and i don't know what should i do in order to achieve more than one instance on the same server.

could you please share details of the how to \ documentations links so i can follow. 

 

Regards,

0

Hello Mamed,

Welcome to community forums. Would you mind me asking to share your scenario in detail?

0

Please sign in to leave a comment.