Displaying 1 result from an estimated 1 matches for "thewebname".
2006 Aug 16
3
New subscriber, new question
Hi all,
I?m new to the list. I''ve working with mongrel for the last week and
have some quetion about mongrel cluster:
Is this (being executed from the application folder):
# mongrel_rails start -d -p 3001 -e production
# mongrel_rails start -d -p 3002 -e production
# mongrel_rails start -d -p 3003 -e production
the same as:
# mongrel_rails cluster::configure -e production -p 3001 -N 3