Run Multiple JsReport Server instances as a Windows Service on One Machine
-
Hi
As the title suggests I would like to be able to run multiple jsreport server instances as Windows Services
When I try to run the command jsreport win-install it fails and says that there is already a service running and created?Thanks for the help
-
hi @Msterty
the problem is that we use the
package.json
's name content as the name of the windows service to register, so the second time you try to start a project with the same name it is going to detect it as duplicate.if the instances to register as windows services are different projects/folder then you just need to change the package.json of each one and give it a unique name