[erlang-questions] How to start a .app from os's shell
wenew zhang
wenewboy@REDACTED
Mon May 12 05:03:18 CEST 2008
Actually, It's works with domain name,i start erl shell like below,
erl -name socketservernode@REDACTED -setcookie abc -boot
start_sasl -config socketlog
and then start socketserver under erl-shell
like:application:start(socketserver).
i try :erl -name socketservernode@REDACTED -setcookie abc
-boot start_sasl -config socketlog -s application start socketserver
it's start a process,but socketserver doesn't start
maybe i should study to write .boot file
Wenew Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080512/67e7840d/attachment.htm>
More information about the erlang-questions
mailing list