Thanks for the replies; late yesterday, I went digging some more and it
really is an issue with bundle_resources (does anyone still use this? .. I'm
pretty new to Ruby on Rails). bundle_resources attempts to create a
directory and then copy jsps, etc., to that directory, at every startup of
the app. So ... with multiple Mongrel processes, of course it fails on the
second process when it collides with the first. Nasty.

I'll either remove bundle_resources, or apply some sort of patch to it.

Thanks!

john



2008/1/31 Rafael G. <[EMAIL PROTECTED]>:

> I used bundled resources sometimes ago and I have same problem (I think).
>
> I read init.rb and I commented lines 54..57 (create bundle directory and
> copy resources).
>
> Regards!
>
>
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to