
Deployment error:
JBoss Application Server Start Failed. HTTP Connector port 8080 is already in use.
How can I solve it?

In command prompt do the following following to kill the process using 8080 port:
1) In command prompt write netstat -a -n -o then press enter. 2)Find the process ID of the process engaging the port 8080. 3)In command prompt write taskkill /f /pid ID then press enter.
For example, taskkill /f /pid 6092
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.