Hi,<br>    I want to start using erlang and yaws for web development. I would like to know your suggestion on which web frameworks are available in erlang. My attempt to start using mochiweb and erlyweb has already failed. It ends with erlang error dump as given below...<br>
<br>vikrant@gargee:~/programming/erlang/myapp$ ./start-dev.sh <br>Erlang (BEAM) emulator version 5.6.3 [source] [64-bit] [smp:2] [async-threads:0] [kernel-poll:false]<br><br><br>=PROGRESS REPORT==== 2-May-2009::08:50:59 ===<br>
          supervisor: {local,sasl_safe_sup}<br>             started: [{pid,<0.34.0>},<br>                       {name,alarm_handler},<br>                       {mfa,{alarm_handler,start_link,[]}},<br>                       {restart_type,permanent},<br>
                       {shutdown,2000},<br>                       {child_type,worker}]<br><br>=PROGRESS REPORT==== 2-May-2009::08:50:59 ===<br>          supervisor: {local,sasl_safe_sup}<br>             started: [{pid,<0.35.0>},<br>
                       {name,overload},<br>                       {mfa,{overload,start_link,[]}},<br>                       {restart_type,permanent},<br>                       {shutdown,2000},<br>                       {child_type,worker}]<br>
<br>=PROGRESS REPORT==== 2-May-2009::08:50:59 ===<br>          supervisor: {local,sasl_sup}<br>             started: [{pid,<0.33.0>},<br>                       {name,sasl_safe_sup},<br>                       {mfa,<br>
                           {supervisor,start_link,<br>                               [{local,sasl_safe_sup},sasl,safe]}},<br>                       {restart_type,permanent},<br>                       {shutdown,infinity},<br>
                       {child_type,supervisor}]<br><br>=PROGRESS REPORT==== 2-May-2009::08:50:59 ===<br>          supervisor: {local,sasl_sup}<br>             started: [{pid,<0.36.0>},<br>                       {name,release_handler},<br>
                       {mfa,{release_handler,start_link,[]}},<br>                       {restart_type,permanent},<br>                       {shutdown,2000},<br>                       {child_type,worker}]<br><br>=PROGRESS REPORT==== 2-May-2009::08:50:59 ===<br>
         application: sasl<br>          started_at: nonode@nohost<br><br>=PROGRESS REPORT==== 2-May-2009::08:51:00 ===<br>          supervisor: {local,kernel_safe_sup}<br>             started: [{pid,<0.41.0>},<br>                       {name,timer_server},<br>
                       {mfa,{timer,start_link,[]}},<br>                       {restart_type,permanent},<br>                       {shutdown,1000},<br>                       {child_type,worker}]<br>{"init terminating in do_boot",{undef,[{myapp,start,[]},{init,start_it,1},{init,start_em,1}]}}<br>
<br>Crash dump was written to: erl_crash.dump<br>init terminating in do_boot ()<br><br>I appreciate any help in getting me started with even simplest "hello world" webapp!<br><br>Regards,<br>Vikrant<br>