Hi, I am hosted on linux (I'm pretty sure it's redhat, but not 100%), with apache 2.0.40 running to handle my Perl scripts.
I want to be able to run Tomcat side-by-side with Apache to handle all JSP requests. I hope that I'm right in figuring out that mod_jk2 is the module that I need... (please correct me if I'm wrong). I installed Tomcat 5.0 just fine. If I do a telnet localhost 8080, and type "GET /", I get the "You installed Tomcat successfully" page. I initially got a binary of mod_jk2.so, and installed it in my Apache modules directory, and added "LoadModule jk2_module modules/mod_jk2.so" to httpd.conf. I got the following error : Cannot load /etc/httpd/modules/mod_jk2.so into server: /etc/httpd/modules/mod_jk2.so: undefined symbol: apr_socket_send I tried downloading the source and building it instead, but ended up with the same message. I was hoping someone could help me. I've seen a lot of messages in the archive about the apr_socket_send message, but couldn't make sense of them. Thanks. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.752 / Virus Database: 503 - Release Date: 2004-09-03 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
