>
Ao repetir os comandos da aula 3 de JSP e Servlets Online (Java EE) no ponto em que devia aparecer "Olá" no ecran e a URL ser http://Localhost:8080/Chamados/Index , apareceu a seguinte mensagem de erro:
Several ports (8005, 8080, 8009) required by Tomcat v8.5 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
Na linha de comandos dei o comando netstat -an e mostrou os portos 8005, 8009 e 8080 com o status Listening
por favor ajudem-me a resolver este problema que me está a impedir de avançar na aprendizagem
Cumprimentos
Manuel Cortez