An incompatible version [1.1.33] of the Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]

问题:

解决方法:

下载文件tomcat-native-1.2.14-win32-bin.zip 

网址:http://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.2.14/binaries/ 

解压后其中有32位和64位的 tcnative-1.dll 文件,根据自己的电脑选择相应位的文件。

一共看到三种建议:

1.将文件拷贝到C:WindowsSystem32

2.放在tomcat的bin路径下

3.放在tomcat的bin和机器上安装的jdk的bin路径下

本人采用的是第二种方法,直接拷贝到tomcat的bin目录下

原文地址:https://www.cnblogs.com/alice-cj/p/12906578.html