I'm having an issue every time I deploy where my mongrel_cluster isn't being restarted and I have to do the mongrel_cluster::restart command myself manually through the terminal on my server.
I've pasted my config/deploy.rb file here for you to see: http://pastie.caboo.se/36705 Here is my config/mongrel_cluster.yml file: --- cwd: /var/www/rp-portal/current port: "8000" environment: production pid_file: log/mongrel.pid servers: 2 I am using a hardware load balancer, that is why I dont have the address line in the mongrel config file. any ideas why the deploy task won't restart by cluster? I don't receive any errors in the output, in fact the output tells me Stopping 2 Mongrel servers... Starting 2 Mongrel servers... which means to me it worked fine. but of course it didnt. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---