Open dagarwal82 opened 10 years ago
Can you clarify - are you asking for a single Windows service which spawns multiple JVM's? Or do you want separate Windows services for each JVM?
From within Java you should be able to spawn new processes if needed - so this likely doesn't require changing WinRun4J.
Yes. You are right. WinRun4J shouldn't do that.
yes
I am running an agent as a windows service through winrun4j. I am unable to run multiple agents. I am looking for a way where winrun4j can spawn multiple jvms and each agent run in it's own jvm and yet I want to be able to start/stop the service.