View Single Post
  #3  
Old 07-12-2006, 10:11 AM
jmillr jmillr is offline
New Member
 
Join Date: Jul 2006
Posts: 1
Default multiple instances?

Thanks for posting these instructions. However, it isn't clear how to map different rails apps to different urls. For example:

server.host.com/typo serves 127.0.0.1:4000
server.host.com/tracks serves 127.0.0.1:4001

(Well, the instructions don't say anything about different port numbers. I'm coming from a Mongrel context. Also, the directions there mention Mongrel under Requirements:

If you want to use mongrel as the backend, it should have been installed and working properly on its own.

but then don't mention Mongrel again. How does Mongrel fit into the instructions that follow the Requirements? But the basic question remains: )

The instructions posted seem to allow only one app which is mapped to the root of the server. How can I instantiate several different apps located in different directories and publicly differentiate them by url rather than by port number?

Thanks for your help.

John Miller

Last edited by jmillr; 07-12-2006 at 11:02 AM..
Reply With Quote