Change prot numbers (run 2 rails applications, same time)

Hi,

I am currently accessing my rails application from the url
http://localhost:3000

how can I set it up to run another application at the same time but
using a different port number.

I belive im using webBrick if that makes any difference

Thanks

I guess you are running webrick…

ruby script\server --help

There you will find all options for the server config

On Thu, 2006-07-06 at 16:26 +0200, ben wrote:

Hi,

I am currently accessing my rails application from the url
http://localhost:3000

how can I set it up to run another application at the same time but
using a different port number.

I belive im using webBrick if that makes any difference


ruby script/server -p 3001

Craig