Page 1 of 1

multiple APIs

PostPosted: Fri Oct 02, 2020 4:39 pm
by Riyaz
Hi There

Just an advise, if we have a few instances of jiwa databases on same server, is it possible to have API's enabled for all of them, am just wondering how would it differentiate between the databases.

Re: multiple APIs  Topic is solved

PostPosted: Fri Oct 02, 2020 6:42 pm
by SBarnes
You basically need to make a copy of the program directory for however many databases you have and then use the sc command to create the service for each one, they must all listen of different ports and each directory would obviously have different values in the config file.

See https://docs.microsoft.com/en-us/window ... /sc-create

Re: multiple APIs

PostPosted: Mon Oct 05, 2020 8:03 pm
by Riyaz
Thanks Stuart, appreciate it, was expecting this