When I am starting rails server using rails s command it is showing A server is already running. Check C:/Sites/folder/Pids/Server.pids
rails s
A server is already running. Check C:/Sites/folder/Pids/Server.pids
Whe
kill -9 $(lsof -i tcp:3000 -t)