启动Nacos的时候总是报错 enable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
百度了好久,试了
1、把target中的jar文件解压到bin/work/Tomcat下无果
2、修改startup.sh 文件把
export MODE="cluster" 修改为
export MODE="standalone" 无果
最终解决方案:
启动命令:./startup.sh -m standalone