I am trying to run rails app on different port (3001) using "rails s -p 3001" Though the server gets started perfectly, but i am still not not able to access it. The same works perfectly fine on default port of 3000.
The machine which is being used is ubuntu 10.04 instance on aws.
Any help/suggestions will be great.
Thanks.