Multiple instances of JBE on a server?
![]()
Hi All,
Can you run multiple instances of JBE at the same time on a single server? We want to run more than one build engine on our build server. Is this possible/allowed?
thanks
-Arnold
|
One answer
![]()
Ralph Schoon (61.5k●3●36●43)
| answered Oct 07 '14, 7:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Arnold,
yes, this is possible and allowed. Since they connect the server there is no problem. If you want to run multiple times from one exe, please keep in mind that they will run in the same workspace location. In order for that to run, you have to pass -data <folder> at least to make them having different workspaces. |