> From: arricherekk [mailto:arricher...@hotmail.com]
> Subject: RE: Tomcat 5.5 service won't start
>
> I got the exact same error as before.  Any idea what
> the "Apache Tomcat Native Library" is?

That's not an error; note the INFO tag.  It's ignorable.

APR is the Apache Portable Runtime, an optional component that can improve 
connector performance, primarily when using SSL.  Unless you're maxing out your 
system, you don't really need it, and it does complicate the configuration.  
Details are here:
http://tomcat.apache.org/tomcat-5.5-doc/apr.html

To just get rid of the INFO message, comment out the AprLifecycleListener in 
server.xml.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to