So, I've been able to deploy a single app just fine. But in my attempts to run multiple rails apps within the same domain, I made a change by adding prefix: /app1 to my mongrel_cluster.yml file.
Using Capistrano, I ran cap:restart to restart my mongrel processes, but I saw no reference to prefix in the mongrel start command in mongrel.log: ** USR2 signal received. ** Restarting with arguments: ruby /usr/lib/ruby/gems/1.8/gems/ mongrel-1.1.1/bin/mongrel_rails start -d -a 0.0.0.0 -p 8000 -P /srv/ www/htdocs/app1/releases/20080111175042/tmp/pids/dispatch.8000.pid -e production -c /srv/www/htdocs/app1/releases/20080111175042 -l /srv/www/ htdocs/app1/releases/20080111175042/log/mongrel.log It seems any change to my mongrel_cluster.yml is not being picked up. To further test this, I altered the yml file to send its log file to mongrel_test.log instead of mongrel.log. And still, it's using mongrel.log. What could I be doing wrong? Thanks, -A. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
