From: "Zed A. Shaw" <[EMAIL PROTECTED]>
Reply-To: mongrel-users@rubyforge.org
To: mongrel-users@rubyforge.org
Subject: Re: [Mongrel] file upload
Date: Thu, 28 Dec 2006 09:03:57 -0800

On Thu, 28 Dec 2006 16:40:28 +0000
"Jim Douglas" <[EMAIL PROTECTED]> wrote:

> ...when I start mongrel I noticed in the log that mongrel listens on
> 0.0.0.0:3001
> ** Mongrel available at 0.0.0.0:3001

First, make sure you started your drb server before your mongrel server. The upload progress uses the drb server to keep track of things.

Second, unless you told mongrel to use 3001 it shouldn't be. Did you use -p 3001 in the command line or config?

Otherwise, listening on 0.0.0.0 is fine, it's just trying to connect to 0.0.0.0 is bad. Some OS allow it but they really shouldn't.

--
Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu
http://www.zedshaw.com/
http://www.awprofessional.com/title/0321483502 -- The Mongrel Book
http://mongrel.rubyforge.org/
http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users


I started mongrel on 3001

Is this how I should be starting the dbr server?
ruby lib/upload.rb

This is the browser output,

try {

} catch (e) { alert('RJS error:\n\n' + e.toString()); alert(''); throw e }


Thanks a lot Zed,
Jim

_________________________________________________________________
Dave vs. Carl: The Insignificant Championship Series.  Who will win? http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://davevscarl.spaces.live.com/?icid=T001MSN38C07001

_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to