I suspect the old server was still running and the new server failed to start. Try killing it first and then start it your new app.
Alternatively, you could start the new server on a different port by using the -p switch (e.g. rails server -p 3001)