啟動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