Have you tried passing a configuration file in?

I have my config file for prod, qa, etc. under
./config/{environment}_mongrel.conf

The cluster can be started with -c ./path/to/config/file   (which has
startup directory, ports, etc)...or you can create a directory in
/etc/mongrel_cluster that has symlinks to all your config files for
each environment.



On Tue, Dec 16, 2008 at 12:30 PM, Sylvain Petit <sok...@gmail.com> wrote:
> Hello.
>
> I use capistrano with mongrel and apache.
>
> When I cap deploy:start, It launches nothing. So I :
> sd-17133:/var/rails/canardps3/current# mongrel_cluster_ctl start
> Starting all mongrel_clusters...
> /usr/local/bin/mongrel_cluster_ctl:7:in `chdir': No such file or
> directory - /etc/mongrel_cluster (Errno::ENOENT)
>         from /usr/local/bin/mongrel_cluster_ctl:7:in `run'
>         from /usr/local/bin/mongrel_cluster_ctl:55
> guess it may be the problem. Any idea on what can I do to fix this ?
>
>
>
> _______________________________________________
> Mongrel-users mailing list
> Mongrel-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/mongrel-users
>



-- 
Anthony Ettinger
408-656-2473
http://anthony.ettinger.name
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to