If you are going to deploy a new Rails application to a server with already another applications, is good to be sure that the ports where the new mongrels will run are free:
netstat -tavpne | grep LISTEN
If you are going to deploy a new Rails application to a server with already another applications, is good to be sure that the ports where the new mongrels will run are free:
netstat -tavpne | grep LISTEN