Mongrel_service error

I have an odd situation. When running my app in production mode via
mongrel_service several things do not work at all. However when
running in production mode with mongrel from the command line
everything works as expected. Has anyone seen behavior like this
before?

On Thu, 2008-05-15 at 14:54 -0700, Glen wrote:

I have an odd situation. When running my app in production mode via
mongrel_service several things do not work at all. However when
running in production mode with mongrel from the command line
everything works as expected. Has anyone seen behavior like this
before?


you probably need to set user/group in mongrel configuration because out
of the box, it is unset. If it works from command line, figure out your
user/group first…

whoami
groups

and then set them in the mongrel_cluster configuration.

I found that the README that comes with mongrel_cluster extremely
useful. On Red Hat/Fedora/CentOS systems, it is located at…

/usr/lib/ruby/gems/1.8/gems/mongrel_cluster-0.2.1/README

Craig

Thanks Craig,

I’ll look into mongrel_cluster. I’m unfortunately stuck running this
in Windows so I’ll see how much translates.