I have apache tomcat console message :
INFO: The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path:
Will this cause me error when I run project with doGet
and doPost
methods for servlet
.
I have apache tomcat console message :
INFO: The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path:
Will this cause me error when I run project with doGet
and doPost
methods for servlet
.
No, it is an INFO message telling you that it just won't perform as well as it could if it did find that library. Errors would be indicated with ERROR.