jcontonio wrote:
> Hello.
> 
> I have mongrel working perfectly, other than it doesn't start when my
> server reboots (not good). So my setup is this.
> 
> I have the mongrel_cluster startup file in /usr/local/etc/rc.d/ and
> then a directory of symlinks to my rails apps in /usr/local/etc/
> mongrel_cluster/ named whatever.yml
> 
> When I run the script from the command line ./mongrel_cluster start it
> works perfectly.
> 
> Any suggestions or where to look for problems?

you have to add the mongrel_cluster_ctl to the init programs/scripts 
(these run at reboot).

check out the linux-command

update-rc.d # this adds the script to run on reboot

i think.
-s

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to