<div dir="ltr">Thanks, Daniel.<div><br></div><div>I found riak's solution in its source file. It use a script to generate many release directories, which uses a template to do some configuration.</div><div><br></div><div>
<a href="https://github.com/basho/riak/blob/develop/rel/gen_dev">https://github.com/basho/riak/blob/develop/rel/gen_dev</a><br></div><div><br></div><div>I think this way is just a workaround. Rebar should have an option to support this.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/15 Szoboszlay Dániel <span dir="ltr"><<a href="mailto:dszoboszlay@gmail.com" target="_blank">dszoboszlay@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>


<div><div>Hi,</div><div><br></div><div>The default runner script generated by rebar does not support starting two or more daemons. The problem is that each daemon should have a unique pipe directory, but the PIPE_DIR only contains RUNNER_BASE_DIR.</div>
<div><br></div><div>I would modify the script to recognize the -sname or -name argument and append the node's name to PIPE_DIR. (For my project I use a heavily customized start script, but I think this was the crucial part in enabling multi-node startup.)</div>
<div><br></div><div>Daniel</div><div><div class="h5"><div><br></div><div>On Thu, 14 Nov 2013 06:08:00 -0000, Bin Wang <<a href="mailto:wbin00@gmail.com" target="_blank">wbin00@gmail.com</a>> wrote:<br></div><br><blockquote style="margin:0 0 0.80ex;border-left:#0000ff 2px solid;padding-left:1ex">
<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>
</blockquote><br><br><br></div></div></div></blockquote></div><br></div>