<br><br><div class="gmail_quote">On Sat, May 2, 2009 at 5:23 AM, Vikrant <span dir="ltr"><<a href="mailto:vikrant.patil@gmail.com">vikrant.patil@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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><font color="#888888">Vikrant<br>

</font><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br>Hi,<br>
<br>
Just starting out with Erlang myself. <br><br>I wrote a tutorial on how to get
started by using the examples website that comes with the download. It
uses built-in inets webserver. This will give you a taste of things in a short time and give you the "Hello world" with a useful set up for building a site.<br><br><h3 class="latest_post_title" id="post-35833">
<a href="http://www.hiveminds.co.uk/?p=35833" rel="bookmark" title="Permanent Link to Getting started with Erlang for the web in 5 minutes">Getting started with Erlang for the web in 5 minutes</a></h3><br><br>I recommend that you try Erlang-web also as it is the easiest and most well documented of them all. After you get the 5 minute Inets tutorial done you can dive right into Erlang-web from there.<br>
<br clear="all"><br>-- <br>Carl McDade<br>Content Management Systems Consultant<br><a href="http://www.hiveminds.co.uk">www.hiveminds.co.uk</a><br>________________________<br>