From: Hassan Schroeder Date: 2010-06-27T22:47:50+09:00 Subject: Re: newbie - WEbrick, config/routes.rb and multiple instances On Sun, Jun 27, 2010 at 6:01 AM, Iain Barnett wrote: > I've been going through the book Head First RoR, and in it I've been asked to make a tickets app, and then an events app. > Is there a way I can get both apps to work at the same time, or do I have to start 2 separate instances of the server? Have I missed something obvious?? Yes to all of the above. You have 2 separate apps, so yes, you have to start 2 servers to handle them. You can run them simultaneously by configuring one to use a different port. -- Hassan Schroeder ------------------------ hassan.schroeder@gmail.com twitter: @hassan