Hi Istvan, Thanks a lot for replying. I reinstalled mongrel from the link:
http://rubyosx.rubyforge.org Now when i try to start mongrel, by using script/server, it seems to work fine. And when i say gem list mongrel, i get this output: *** LOCAL GEMS *** mongrel (1.1.3, 1.0.1). I do not seem to have the mongrel_cluster gem. Thanks, Anusha Istvan Szukacs wrote: > hi! > > #gem list mongrel > > *** LOCAL GEMS *** > > mongrel (1.1.3, 1.1.2, 1.1.1, 1.0.1) > mongrel_cluster (1.0.5) > > could you paste here your "gem list mongrel" output > > btw. i start my mongrel cluster with mongrel_rails cluster::start > there is a configuration folder in the rails application folder > //this is a sample! > [EMAIL PROTECTED]:rails.app#cat config/mongrel_cluster.yml > --- > user: www > cwd: /home/somebody/rails/rails.app > log_file: log/mongrel.log > port: "3002" > environment: production > group: www > address: 127.1.0.3 > pid_file: tmp/pids/mongrel.pid > servers: 1 > > you need something like this > > cheeers, > istvan > http://weho.st -- Posted via http://www.ruby-forum.com/. _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
