启动项目自动结束,查看日志发现
[ost-startStop-1] o.a.catalina.core.AprLifecycleListener   : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk1.8.0_60\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;
 
解决方案: http://archive.apache.org/dist/tomcat/tomcat-connectors/native/  选择高版本的,然后选择binaries,下载win32-bin.zip
解压后打开bin\x64   复制两个文件粘贴到C:\Windows\System32  
再次启动项目,成功

相关文章:

  • 2021-06-28
  • 2021-09-10
  • 2021-07-08
  • 2021-04-16
  • 2022-12-23
  • 2021-07-21
  • 2021-06-21
  • 2021-06-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
相关资源
相似解决方案