When you start Tomcat 6.0, you find that the first piece of information is:
The Apache Tomcat Native Library which allows optimal performance production in environments is not found ...
Workaround:
Related documents: http://tomcat.apache.org/tomcat-6.0-doc/apr.html
Go here, http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.22/binaries/. Download the latest version of Tcnative-1.dll and put it under the Tomcat installation directory \ Bin
Then restart Tomcat OK.
For example, now that I have downloaded the V1.1.14 Tcnative-1.dll, the information at startup becomes:
2011-9-19 20:13:26 Org.apache.catalina.core.AprLifecycleListener Init
Info: Loaded APR based Apache Tomcat Native library 1.1.22.
What is the effect of this Apr? Tomcat can use the Apache portable Runtime to provide stronger performance, improve the processing power of Web static pages, no longer requires a dedicated Web server to process static pages.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.