I'm having a mongrel_cluster.yml file with the below content:
cat mongrel_cluster.yml
---
port: "8000"
servers: 2
pid_file: tmp/pids/mongrel.pid
log_file: log/mongrel.log
cwd: /home/directory
When i try to start
mongrel_rails cluster::start
it says that
LoadError: no such file to load -- daemons/daemonize
require at org/jruby/RubyKernel.java:1033
I do not have root access. However i have seen this link i assume that we need not have any root access just to test the command as said in point numbe 5 in the link