I imagine this is a pretty generic error. I cant seem to find any documentation on it.
I am simply attempting to run a java web project with jsp’s and beans… using netbeans 6.8 on windows xp.
Thoughts? apologies for such a newb question.
-Kirb
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.
you need to know who occupied the port. run in cmd
netstat -aon | find ":80" | find "LISTENING"you will see process id. go to Task Manager and drop it.