Monday, July 29, 2013

TOMCAT STARTUP ISSUE :INFO: The APR based Apache Tomcat Native library which allows optimal performance in production


add a system property to the launch configuration of the tomcat server in eclipse.
 -Djava.library.path=c:\dev\tomcat\bin
And download the tcnative dll (or libnative.so for Linux) and put it in the bin folder.

No comments:

Post a Comment