Sorry I should have been more specific.  All I have is a single controller 
src/controller/cb_tutorial_greeting_controller.erl.

This is from the Chicago Boss: A Rough Tutorial pdf.  I literally can't 
even get the "Hello World" to work!  I think its a compiling issue 
though... I had to run make 3 times for it finish succesfully.

My linux box is at home so I'll post the 'make' output when I get back. 
 Thanks.  Here's the code in the controller:

-module(cb_tutorial_greeting_controller, [Req]).
-compile(export_all).

hello('GET', []) ->
 {output, "Hello, world!"}.




On Tuesday, February 4, 2014 8:58:38 AM UTC-8, David Welton wrote:
>
> Maybe you can post a bit more information about what you are trying to 
> do, and what your code looks like? 
>
> I would try and make sure your code runs ok by first doing something 
> really simple. 
>
> -- 
> David N. Welton 
>
> http://www.welton.it/davidw/ 
>
> http://www.dedasys.com/ 
>

-- 
You received this message because you are subscribed to the Google Groups 
"ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/chicagoboss.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/chicagoboss/4f7a7a77-02e4-4052-870c-c627ffef9f5a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to