ok so when I run
mongrel_rails cluster::start -C /path/to/config/file from anywhere on
my server, I get this error message.
Restarting 2 Mongrel servers…
!!! PID file log/mongrel.8000.pid does not exist. Not running?
mongrel::restart reported an error. Use mongrel_rails mongrel::restart
-h to get help.
mongrel_rails restart -P log/mongrel.8000.pid
!!! PID file log/mongrel.8001.pid does not exist. Not running?
mongrel::restart reported an error. Use mongrel_rails mongrel::restart
-h to get help.
mongrel_rails restart -P log/mongrel.8001.pid
But when I run the command
mongrel_rails cluster::start
from within the apps directory it works as it should.
So this means that capistrano cannot restart the mongrel processes on
deploy, AND mongrel isnt starting up when my server reboots. I have to
manually go into both of my apps to start up the processes.
Any suggestions?