On 5/26/06, Josh Ferguson <[EMAIL PROTECTED]> wrote: [...] > > When I try 'listener :port => 3000 do' I get a bind (port already in > use) error. >
Have you tried 'netstat' and see what process is using the port? [...] > > Note: I also tried to get just the DirHandler example working and I > couldn't get the server to recognize that path either, so there might be > something more sinister going on here. > I agree, I left in the desert process that still is using the port. You could also try adding the handler using the configuration script of mongrel_rails, so that avoids problems with typos or anything in your configurator implementation. > Any help appreciated. If I can get this to recognize my handler I'll > almost have it working. Is there a wiki I could do a writeup on as to > how to write handlers after I get this finished? > Whats your environment? OS, ruby -v, mongrel version, etc. No wiki yet, but write a draft and I think Zed will include in the official docs. Regards, -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
