APR based Apache Tomcat Native library was not found on the java.library.path?

后端 未结 4 1568
时光说笑
时光说笑 2020-12-05 07:47

When trying to run my app with eclipse/linux on tomcat I got the following info message:

INFO: The APR based Apache Tomcat Native library which allows optima         


        
4条回答
  •  心在旅途
    2020-12-05 08:13

    My case: Seeing the same INFO message.

    Centos 6.2 x86_64 Tomcat 6.0.24

    This fixed the problem for me:

    yum install tomcat-native
    

    boom!

提交回复
热议问题