David Kerber wrote: > Thanks, Chuck; Do I need to do something to tell it to be used? And if > not, how can I verify that it is being used? I've checked in all my > tomcat logs (catalina, localhost, etc), and nothing mentions it. Or > does it only give a notice when it fails?
Unless you commented the AprLifecycleListener in server.xml, catalina.out should contain an INFO message telling you that the native lib wasn't found (if in fact it wasn't found). Morover if APR wasn't found you should see something like ... org.apache.coyote.http11.Http11BaseProtocol init in catalina.out and something like ... org.apache.coyote.http11.Http11AprProtocol init if APR is used (notice the difference in the class names). At least current versions of Tomcat 6 even log some detailed info if APR is found and used. AFAIR on Windows it is enough to drop the tcnative.dll in Tomcat's bin directory - can't check that atm though. Anyway: putting it in a dir conrained in java.library.path should work. Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]