Is there any documentation on the jk2.properties? After reading the document: http://cymulacrum.net/writings/tomcat5/c831.html#USING_MOD_JK2
I still get a problem lying with my jk2.properties. However, I was unable to find any complete documentation on this. Also, the above document mention 4 connection modes (Unix sockets, JNI channels, APR sockets and channel sockets). Only Unix sockets is described (or at least shown). What about other modes? I am getting the following error while starting tomcat: INFO: APR not loaded, disabling jni components: java.io.IOException: java.lang.UnsatisfiedLinkError: /usr/local/apps/apache2/lib/libjkjni.so: /usr/local/apps/apache2/lib/libjkjni.so: undefined symbol: apr_md5_final 2004-03-18 15:02:45 org.apache.jk.common.ChannelSocket init INFO: JK2: ajp13 listening on /0.0.0.0:8009 The undefined symbol is actually in the apr-util shared library, so I guess I need to add something in the jk2.properties to indicate where to search or explicitly load it. The library is in the LD_LIBRARY_PATH and also configured in the ld.so.conf and ld.so.cache. -- ======================================= Daniel Savard ======================================= --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]