I try to follow this tutorial: Using WebSocket to build an interactive web application.
I use eclipse, debian10, maven 3.6, jdk1.8, tomcat8.
After importing the git project I want to run the "complete" folder. However I get the following error:
org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server [...]
I did not edit anything so I am really confused where this error might come from.