> I'm currently working on 4 different RoR apps all using mongrel cluster and > each with their own config file in /etc/mongrel_cluster. I would like the > ability to stop|start|restart a single app. Anyone working on something > like this? I'd be happy to code it up and contribute this if there's a > need. > > Basically I would like this: > > sudo /etc/init.d/mongrel_cluster restart myapp
Why can't you do this? mongrel_rails cluster::restart -C /etc/mongrel_cluster/myapp.yml ? I do that on our dev server all the time... seems to work just fine... _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
