Running many rails application on single port

Hello friends,

Is it possible to run many rails application or more than one rails
application on single port,
currently for more than one application we r using here different port
for each application. Is there any solution for this problem, we r
accessing our applications from server(local). maaping is done like in
this way.
Any body have any clue or solution for this.

like

  1. http://localhost:3000/application_name1/
  2. http://localhost:3000/application_name2/

etc.

Vikas Batra
Web D…

Are you limited on how many processes you are able to run?, otherwise
i’m not sure why you’d want to do this.

Robby

Sent from my iPhone

On Sep 20, 2007, at 4:55 AM, Vikas Batra
<[email protected]

On 9/20/07, Robby R. [email protected] wrote:

[email protected]

in
Vikas Batra
Web D…

Posted via http://www.ruby-forum.com/.

With a real web proxying server (Apache, Nginx, Pound, etc) you can
quite
easily.

Jason