I've clipped the relevant sections of some recent list postings that got me pointed in the correct direction.
I've been following along with this guide. http://www.opq.se/sxs/internet_serving/c875.html Another list member responded: Have a read through this, http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html Which I did and used the following config files: I used the min configuration given in the jk docs of. jk2.properties: # The default port is 8009 but you can use another one # channelSocket.port=8019 workers2.properties: # Define the communication channel [channel.socket:localhost:8009] info=Ajp13 forwarding over socket tomcatId=localhost:8009 # Map the Tomcat examples webapp to the Web server uri space [uri:/examples/*] info=Map the whole webapp And this works, which means my problem, is in trying to create the Unix channel. I don't know why the Unix channel config did not work, heck I don't even know the difference between a Unix channel and socket channel! Jeff_Birt -----Original Message----- From: sarojini chowdary [mailto:[EMAIL PROTECTED] Sent: Sunday, July 11, 2004 1:39 PM To: [EMAIL PROTECTED] Subject: problems with mod_jk2 Please Help... Hi, I have problem with mod_jk2.so I have installed redhat 9 and I used the default version of apache that came with redhat 9 i.e. apache/2.0.40 and I installed and configured tomcat 5.0.25. Till now both work fine when I start them alone. I have installed mod_jk 2 connector latest version i.e. jakarta-tomcat-connectors-jk2-2.0.4-src. I restarted tomcat. And when I look at CATALINA_OUT I see this line. INFO: APR not loaded, disabling jni components: java.io.IOException: java.lang.UnsatisfiedLinkError: /usr/local/apache2/modules/jkjni.so: /usr/local/apache2/modules/jkjni.so: undefined symbol: apr_md5_final When I try to use apu-config to know the list of libraries to attach it says the command is not found. After this point, when I try to restart apache it gives this error. Starting httpd: Syntax error on line 157 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_jk2.so into server: /etc/httpd/modules/mod_jk2.so: undefined symbol: apr_socket_send [FAILED] I was trying to fix it right from past 2 days and I could not do it. Please tel me what I should do. Thanks in advance. Sarojini. IndusRAD Inc. Peoria, IL, 61606 USA 309-691-0591 ________________________________________________________________________ Yahoo! India Careers: Over 50,000 jobs online Go to: http://yahoo.naukri.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
