You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Raffaele Viola <ra...@gmail.com> on 2006/11/16 11:19:45 UTC

problem at startup

Hi all,

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?

Thanks
Raffo

Re: problem at startup

Posted by Markus Schönhaber <ma...@schoenhaber.de>.
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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org