That was the next thing I looked into after I solved this bug.  I
"fixed" it by commenting out the <Listener
className="org.apache.catalina.core.AprLifecycleListener" /> line in
the server.xml file.

My take on the native APR stuff (which is likely completely wrong
since it consists of what I learned in about a 2 minute skim of some
documentation) was that it was really only going to help performance
when interfacing with apache, or possibly, in the way it handles HTTP
connections.  My app doesn't interface with apache, and it doesn't get
loaded by HTTP connections anyway - plus we distribute to customers
using all sorts of different hardware and software combinations.  So
the whole native thing is really a non starter for my application.

Thanks for the note, however.  That was going to be my next question,
had I not found out how to disable the warnings.

Dan

On 8/14/07, Matthew Kerle <[EMAIL PROTECTED]> wrote:
> also, I noticed that you have some "Failed Shutdown of Apache Portable
> Runtime" errors, if you want to make that message go away grab the APR
> native library for your platform and drop it into %JAVA_HOME%/bin
>
> symptoms:
> on startup something like the following gets printed out:
> INFO: The Apache Tomcat Native library which allows optimal performance
> in production environments was not found on the java.library.path
>
> and on shutdown->
> INFO: Failed shutdown of Apache Portable Runtime
>
> Basically,  tomcat looks for a native library that lets it do funky
> stuff related to performance. In development we don't usually care about
> performance, but if you want to get rid of those messages, then the
> easiest way is to drop the tomcat native dll onto the system path, the
> best place being %JAVA_HOME%/bin
>
> read about the APR:
> http://tomcat.apache.org/tomcat-5.5-doc/apr.html
>
> I downloaded it here:
> http://apr.apache.org/download.cgi
>
>
> --
>
> * Matthew Kerle
> ** IT Consultant* **
> * Canberra, Australia*
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to