Bernie Durfee wrote: > I built and installed APR and the Tomcat JNI wrappers. How do I know > whether or not Tomcat is using APR for it's connections?
My personal top 3 for "You know, your Tomcat is using APR if...": - The initialization messages messages in catalina.out contain the class name of the Protocol initialized. For APR those contain"Apr", for example ...Http11AprProtocol. - Open the manager webapp and look at the server status. If it reports the physical memory of your machine, APR is used. - By default - if you did not comment the AprLifecycleListener in server.xml - Tomcat will put a message in catalina.out when it can't find the native lib. So, if there's no such message, it's propably using APR (or you're using an old Tomcat version or you're looking at the log file of a different application or ...). Regards mks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]