Problem on starting mochiweb
NavaTux
navaneethanit@REDACTED
Tue Mar 9 17:15:31 CET 2010
Hi friends,
In my Ubntu hardy i installed erlang/otp,mochiweb using
subversion,then i just wanna to start mochiweb,by following these
// after installed mochiweb gone to the /skel dir
navtux@REDACTED:~/mochiweb$ cd /home/navtux/mochiweb/priv/skel
// In the /skel dir i found /.start.sh so i run
navtux@REDACTED:~/mochiweb/priv/skel$ ./start.sh
//then it displayed the below
Erlang (BEAM) emulator version 5.5.5 [source] [async-threads:0]
[kernel-poll:false]
=PROGRESS REPORT==== 9-Mar-2010::17:28:06 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.34.0>},
{name,alarm_handler},
{mfa,{alarm_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 9-Mar-2010::17:28:06 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.35.0>},
{name,overload},
{mfa,{overload,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 9-Mar-2010::17:28:06 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.33.0>},
{name,sasl_safe_sup},
{mfa,
{supervisor,
start_link,
[{local,sasl_safe_sup},sasl,safe]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 9-Mar-2010::17:28:06 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.36.0>},
{name,release_handler},
{mfa,{release_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 9-Mar-2010::17:28:06 ===
application: sasl
started_at: nonode@REDACTED
{"init terminating in do_boot",{undef,[{skel,start,[]},{init,start_it,
1},{init,start_em,1}]}}
init terminating in do_boot ()
navtux@REDACTED:~/mochiweb/priv/skel$
after that what i need to do? after doing the above i entered
localhost:8000 in my browser but nothing happened,just error shown
i don't know what happened the above? please explain?
then how to start mochiweb?what is the problem actually?
where i have to install mochiweb? whether i can install any directory
in ubuntu?or not?i installed in my home directory"navtux"
More information about the erlang-questions
mailing list