i downloaded and ran instant rails and i got that message
how do i fix this problem?
what is the other application that might be using this port?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To find out which process is using a port on Windows run
netstat -anoat the command line. It will print a list like the following:Look for a line with a local address using the port you are interested in (it looks like Instant Rails tries to start Apache on port 80) and then check the PID in Task Manager. In the above example, port 80 is being used by the process with process id 2460.