【发布时间】:2020-12-19 19:26:35
【问题描述】:
我尝试按照本教程进行操作:Using WebSocket to build an interactive web application。
我用的是eclipse、debian10、maven 3.6、jdk1.8、tomcat8。
导入 git 项目后,我想运行“完整”文件夹。但是我收到以下错误:
org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server [...]
我没有编辑任何东西,所以我真的很困惑这个错误可能来自哪里。
【问题讨论】:
-
欢迎来到 Stack Overflow。请发布整个堆栈跟踪和任何相关代码或minimal reproducible example(如果适用)。