Hi, I have a few different servers that all share the same Rails application directory (via NFS). I want to start mongrels on each one. But I need to make sure that the PID files (and maybe others?) don''t get overwritten. Would using the --pid option work? Can I use that option with "mongrel_rails cluster::start"? Joe
Nevermind, looks like there''s an option in mongrel_cluster.yml for where to stick the .pid file. On 1/11/07, Joe Van Dyk <joevandyk at gmail.com> wrote:> Hi, > > I have a few different servers that all share the same Rails > application directory (via NFS). I want to start mongrels on each > one. But I need to make sure that the PID files (and maybe others?) > don''t get overwritten. > > Would using the --pid option work? Can I use that option with > "mongrel_rails cluster::start"? > > Joe >