启动Nacos的时候总是报错 enable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat

 

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
 

 

相关文章:

  • 2022-12-23
  • 2021-06-29
  • 2022-12-23
  • 2022-01-11
  • 2021-07-07
  • 2021-10-09
  • 2021-04-19
猜你喜欢
  • 2022-12-23
  • 2021-06-26
  • 2022-01-18
  • 2021-09-16
  • 2022-01-21
  • 2022-12-23
相关资源
相似解决方案