I posted this to the rails list before by mistake, and only later realized that there is a specific mongrel list.<br><br>Uff, I got lost. I had mongrel_cluster 0.1working fine, even with
capistrano (my own hack). Then came&nbsp; mongrel_cluster 0.1.1 and&nbsp; I tried
to set it up, but somehow I messed up things and nothing worked
anymore. So here is what I did:
<br><br><br>on production machine:&nbsp; (debian linux, rails 1.1)<br>
------------------------------<br><div style="direction: ltr;">
- installing&nbsp; mongrel_cluster 0.1.1<br><br><br>on development machine<span style="font-size: larger;"><b><span name="st"></span></b></span>: (windows XP, raills 1.1)<br>-----------------------------------------------------------------------
<br>- inststalling mongrel_cluster 0.1.1<br><br>- recreating config file: mongrel_rails cluster::configure
<br><br>- modifying configfile manually to make it look like this: (will be more the one server later)<br>--- <br>num-procs: 1024<br>docroot: public<br>timeout: 120<br>cwd: /home/me/sites/myapp/current<br>log_file: log/mongrel.log
<br>port: 3000<br>config_script: <br>debug: false<br>environment: production<br>servers: 1<br>pid_file: log/mongrel.pid<br>address: <a href="http://0.0.0.0/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">


0.0.0.0</a><br>mime_map: <br><br>- deploy.rb: commented out my old restart and spinner tasks and added: require 'mongrel_cluster/recipes'
<br><br>- deployment: rake deploy&nbsp;&nbsp;  (fails because config file is at: /home/me/sites/myapp/current/config/mongrel_cluster.yml)  <br>...<br>executing &quot;mongrel_rails cluster::restart -C /home/me/sites/myapp/config/mongrel_cluster.yml&quot;
<br>...<br><br><br>then I thought I could give &quot;cap -a
configure_mongrel_cluster&quot; a try, hoping it would put things into the
right order, but I got this:<br><br>&nbsp;** [out :: xx.xx.xx.xx] !!! Path to log file not valid: log/mongrel.log
<br>&nbsp;** [out :: xx.xx.xx.xx] cluster::configure reported an error. Use -h to get help.<br><br><br><br>So what is wrong with the way&nbsp; I approached&nbsp; capistrano mongrel_cluster ?<br><br>regards<br></div>-- <br>Roberto Saccon