[Erlangweb-users] Problems in step1 of tutorial
Brought to you by:
etcerlangweb,
paulgray
|
From: Jeffm <je...@gh...> - 2010-03-18 07:59:22
|
Following the tutorial at http://wiki.erlang-web.org/Tutorial/Step1_Setup with release 1.4 of erlang web. I get up to testing /item/show/1 but I get a 404 in the web browser. My first suspicions was that I'd mistyped the dispatch rules in dispatch.conf, so I cut and pasted them from the tutorial then restarted erlang web. I also added an io:format/2 to the browser:show_item/1 to see if it at lest made it this far...doesn't appear that it does. The log says, e_mod_gen module, error: 404: "/item/show/1" What should I check next? thanks, Jeff. |