tjbush / mochiweb

Automatically exported from code.google.com/p/mochiweb
Other
0 stars 0 forks source link

Why i checkout svn, the mochiweb can't start.... #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, three monuth ago, I had edit a webapp whith mochiweb, but now he can't
work.. i am a new erlang coder,so thanks for your help!
/src/chat/chat.web.erl
       case Req:get(method) of
        Method when Method =:= 'GET'; Method =:= 'HEAD' ->
            case Path of
                _ ->
            Req:serve_file(Path, DocRoot);
     "Chat"->
            Req:ok({"text/plain", "Hello The World"})
            end;
why the answer is 
     "Not found."
Thanks or you help!

Original issue reported on code.google.com by luan.no...@gmail.com on 30 Aug 2009 at 1:02

GoogleCodeExporter commented 8 years ago
You should ask for help on the mailing list, this isn't an issue with mochiweb 
itself.

Original comment by bob.ippo...@gmail.com on 30 Aug 2009 at 4:01

GoogleCodeExporter commented 8 years ago
I'm sorry!!!

Original comment by luan.no...@gmail.com on 31 Aug 2009 at 12:15