poidasmith / winrun4j

WinRun4J Java Application Launcher
http://winrun4j.sourceforge.net
212 stars 63 forks source link

Multiple jvm run #55

Open dagarwal82 opened 10 years ago

dagarwal82 commented 10 years ago

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.

neandrake commented 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.

dagarwal82 commented 10 years ago

Yes. You are right. WinRun4J shouldn't do that.

Deep-Web commented 6 years ago

yes