Displaying 1 result from an estimated 1 matches for "mongrel_myapp2".
Did you mean:
mongrel_myapp
2007 Dec 07
1
Ruby on Rails applications with Mongrel cluster
...for win32)
Now we will create a mongrel cluster of 2 windows services responding
at http://127.0.0.1 on ports 3010, 3011 serving a rail application at
the path c:\www\ror\myapp that will be started from the windows system
user. The two windows services will be respectively named
mongrel_myapp1 and mongrel_myapp2. Open the command prompt and type:
mongrel_rails service::install -N mongrel_myapp1 -p 3010 -e production
-c c:\www\ror\myapp
mongrel_rails service::install -N mongrel_myapp2 -p 3011 -e production
-c c:\www\ror\myapp
Now open the windows services tool, make the 2 new services have an
automatic st...