Not able to run Webapplication
Starting of Tomcat failed error , the server port 8084 is already in use.
while running my web application 2nd time i am geting this error.
how to solve it?
Ist way ::
Go to cmd prompt
and check the active ports via cmd ::
netstat -ao
it'll show u which all applications that are using various ports. So u can easily find out the the appliction that is using port 8084. Go to task manager and close the application.
[ this port is usually used by yahoo messenger. sign out from messenger or close the application that is using ur port. ]
2nd way
Chage the port.