You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Caldarale, Charles R" <Ch...@unisys.com> on 2009/02/01 04:13:16 UTC

RE: Tomcat 5.5 service won't start

> From: arricherekk [mailto:arricherekk@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org