问题:
An incompatible version [1.1.29] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
原因:
是建议你使用 Tomcat 的性能调优原生库文件 tcnative-1.dll
解决方案:
1、下载原生库文件tcnative-1.dll
打开网址:Index of /dist/tomcat/tomcat-connectors/native
2、选择合适的原生库版本
3、解压文件
解压后,有32位和64位文件,根据你本机JDK选择合适的文件,并将其复制到JDK的bin目录下,Clean并重启Tomcat。
本bug到此为止,下个见......