Raffaele Viola wrote: > when I try to start Tomcat in the catalina.out I can find these lines > > 16-Nov-2006 10:07:34 > org.apache.catalina.core.AprLifecycleListenerlifecycleEvent INFO: The > Apache Tomcat Native library which allows optimal performance in production > environments was not found on the java.library.path > > Can You help me?
As the word "INFO" indicates, this is simply an informational message. No need to worry about. If you want to get rid of it, either - install the native lib to make use of APR http://tomcat.apache.org/tomcat-5.5-doc/apr.html or - comment the AprLifecycleListener in server.xml Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]