RE: APR Question

2010-03-21 Thread blargy
Thanks for the replies. I am running a 64-bit JVM so that may very well be the case. I updated my tomcat installation from 5.5.28 to 6.0.26 and recompiled/installed the native library from that binary distribution and it seems to be working now. Is there any way I can do to tell if APR is runnin

Re: APR Question

2010-03-19 Thread blargy
java.library.path: /opt/tomcat/lib What files is this looking for? blargy wrote: > > I was able to build and install APR (from the Tomcat bin dir) into > /usr/local/apr/lib and I added the following JVM argument when starting > Tomcat: -Djava.library.path=/usr/local/apr/lib/ > > However I am

APR Question

2010-03-19 Thread blargy
I was able to build and install APR (from the Tomcat bin dir) into /usr/local/apr/lib and I added the following JVM argument when starting Tomcat: -Djava.library.path=/usr/local/apr/lib/ However I am still seeing this warning message even though the apr lib directory exists: [java] INFO: The Ap