hi, start the tomcat server and find where mod_jk2.so is creating. copy that path in server.xml ex: <Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" modJk="/etc/httpd/modules/mod_jk2.so" /> and in httpd.conf u should add this line "Include /usr/local/tomcat/conf/auto/mod_jk.conf"
and start apache after 1 min. bcz tomcat creates mod_jk.so after some time.,better thing is see the time of creation of mod_jk2.so,using ls -l option. . i am giving one url to u. http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html i think it's help for u. /usr/local/apache2/modules/jkjni.so /etc/httpd/modules/mod_jk2.so sarojini chowdary <[EMAIL PROTECTED]> wrote: 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] --------------------------------- Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers!
