<div dir="ltr">Hi,<div><br></div><div>I'm compiling my application with rebar. My question is: after I generated the files, how could I start two applications at the same time?</div><div><br></div><div>I use "./rel/app/bin/app console -sname app2" to start the second one. It is OK. But I want to run it as a daemon. Then I use "./rel/app/bin/app start -name app2", it cames with the error: "Node is already running!"</div>
<div><br></div><div>So how to start the second one at the same time? And if I have started them, how could I attach to the specified one?</div><div><br></div><div> Thanks.</div><div><br></div><div>Bin Wang</div></div>