Is it possible to have multiple releases created by rebar to run at the same time? I have one server where I'd like to run different releases simultaneously to test them out. The problem is when I do:
rel/myapp_a/bin/myapp_a stop
It manages to stop my VM which is running myapp_b
How do I get them to run as their own entities that do not interfere with each other?