mongrel_rails cluster::configure -N 3 -p 4000 -e production -c /var/www/{appname}/ -a 127.0.0.1 --user mongrel --group mongrel
When I start up the cluster, it doesn't output any error messages and there are no messages in the logs (log.mongrel.4000.log, etc.)
When I try to access the app through a browser, using {ip}:4000, it times out. Is there a specific set of ports that are open for my use, or could something else be wrong. I don't see any signs of activity in the mongrel production log.