From lists at ruby-forum.com Wed Jan 19 10:58:13 2011 From: lists at ruby-forum.com (Chris Ledet) Date: Wed, 19 Jan 2011 16:58:13 +0100 Subject: [Mongrel] 2 rails app on the same domain In-Reply-To: <84f711f10ab8942cdb8583ad88ba3d4f@ruby-forum.com> References: <84f711f10ab8942cdb8583ad88ba3d4f@ruby-forum.com> Message-ID: Definitely check out Mongrel Cluster, here's a good read: http://articles.slicehost.com/2008/5/9/ubuntu-hardy-mongrel-and-mongrel-clusters -- Posted via http://www.ruby-forum.com/. From lists at ruby-forum.com Mon Jan 31 23:43:37 2011 From: lists at ruby-forum.com (Edison Ting) Date: Tue, 01 Feb 2011 05:43:37 +0100 Subject: [Mongrel] Mongrel service In-Reply-To: References: <000a01cb5a52$57352570$059f7050$@prodispace.co.za> <001501cb5a5b$2603ad10$720b0730$@prodispace.co.za> <001601cb5a60$308bf530$91a3df90$@prodispace.co.za> Message-ID: <7fc4e519dc776f472d85dfc2cce3c264@ruby-forum.com> Hi Luis, I am trying to set up mongrel service on windows XP using Rails 2.3.2 and mongrel 1.1.5. I manage to run my app as windows services but I am unable to go further with option such as -l, -P, or -C work. I tried -l and give full log file path but there's no log file. I tried -P but I don't see a pid file on the folder I specified. I tried to do -p 4100+3 but unable to have the service run for port 4100, 4101 and 4102. I also would like to use -C so that I can use a yml config file but I did not see any documentation of how to configure it. I am familiar with mongrel_cluster in linux but I wish I could get this working on windows machine as well. I've read some of your post and indeed it helped me to get this far. Please give me some light? -- Posted via http://www.ruby-forum.com/.