La porta 8005 è in usata da un altro processo (Apache Tomcat)Port 8005 seems already used by another process (Apache Tomcat)

Se la porta 8005, in cui Tomcat è in ascolto per il segnale di shutdown, è già utilizzata da un altro processo si può cambiare per utilizzare un altro numero di porta modificando il file

%CATALINA_HOME%\conf\server.xml:

<Server port="8006" shutdown="SHUTDOWN">

If  the port number 8005, where tomcat is listening for SHUTDOWN signal, is already used by another process.
You could just change that with another port number by editing the file

%CATALINA_HOME%\conf\server.xml:

<Server port="8006" shutdown="SHUTDOWN">