一 概述
Nacos本地源码环境提示:
Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
二 解决方法:
启动增加如下配置:
-Dnacos.standalone=true
启动成功的结果:

本文讲述了在Nacos本地源码环境中遇到的启动Web服务器失败问题,解决方案是添加启动参数-Dnacos.standalone=true,成功后可启动嵌入式Tomcat。
一 概述
Nacos本地源码环境提示:
Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
二 解决方法:
启动增加如下配置:
-Dnacos.standalone=true
启动成功的结果:

2754
2069
1万+
3470

被折叠的 条评论
为什么被折叠?