Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 9831 invoked by uid 500); 4 Jul 2001 11:49:28 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 9432 invoked from network); 4 Jul 2001 11:49:18 -0000 Received: from unknown (HELO violle.seven-seas) (root@202.131.114.74) by h31.sny.collab.net with SMTP; 4 Jul 2001 11:49:18 -0000 Received: from violle (mach3.seven-seas [192.168.69.4]) by violle.seven-seas (8.9.3/8.8.7) with SMTP id RAA02075 for ; Wed, 4 Jul 2001 17:11:29 +0530 From: "Anshul" To: Subject: RE: variable jk_b_set_buffer_size in mod_jk module.... Date: Wed, 4 Jul 2001 17:21:48 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal In-Reply-To: X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Sure. Where is it? www.slib.fr?? I executed make -f Makefile.linux. It gives me this ../jk/jk_jni_worker.c:67: jni.h: No such file or directory ../jk/jk_jni_worker.c:764: warning: #warning ------------------------------------------------------- ../jk/jk_jni_worker.c:765: warning: #warning NO JAVA 2 HEADERS! SUPPORT FOR JAVA 2 FEATURES DISABLED ../jk/jk_jni_worker.c:766: warning: #warning ------------------------------------------------------- apxs:Break: Command failed with rc=65536 make: *** [mod_jk.so] Error 1 Then I ran gcc -shared -o mod_jk.so *.o from the HOWTO doc, it completes the make with mod_jk.so. But when the mod_jk.so is used by apache, there is variable not recogonized error. But I have reduced my interest in this now as downloaded binary version works pretty better now. But I will to install TOMCAT for my testing server now. Let us see what does it do there? :-)) -----Original Message----- From: GOMEZ Henri [mailto:hgomez@slib.fr] Sent: Tuesday, July 03, 2001 2:37 PM To: tomcat-user@jakarta.apache.org Subject: RE: variable jk_b_set_buffer_size in mod_jk module.... >I did. >I did it again. The error was different this time. Similar error with a >different variable name. >If the compilation isn't complete, why do I see mod_jk.so? >Anyways, I got away with this by downloading a binary version, >which again >was not working earlier. And suddenly it did. It's highly >unpredictable. >I can just hope that I have a good luck, not to see this happen again. 1) What's your platform ? Linux/BSD. if you're using Linux use our RPM please :) 2) Did you do makefile -f Makefile.linux ? What's the output ? >-----Original Message----- >From: GOMEZ Henri [mailto:hgomez@slib.fr] >Sent: Monday, July 02, 2001 2:22 PM >To: tomcat-user@jakarta.apache.org >Subject: RE: variable jk_b_set_buffer_size in mod_jk module.... > > >You didn't compile ALL the source files > >- >Henri Gomez ___[_]____ >EMAIL : hgomez@slib.fr (. .) >PGP KEY : 697ECEDD ...oOOo..(_)..oOOo... >PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 > > > >>-----Original Message----- >>From: Anshul [mailto:letusdiscuss@yahoo.com] >>Sent: Saturday, June 30, 2001 7:20 AM >>To: tomcat-user@jakarta.apache.org >>Subject: variable jk_b_set_buffer_size in mod_jk module.... >> >> >>I built mod_jk.so from the source code. But now when I am >>adding this one in >>apache, it doesn't start, I mean apache. >>I get the following >> >>Syntax error on line 131 of /etc/httpd/conf/httpd.conf: >>Cannot load /etc/httpd/modules/mod_jk.so into server: >>/etc/httpd/modules/mod_jk.so: undefined symbol: jk_b_set_buffer_size >> >>Someone please help me........... >> >>-----Original Message----- >>From: Anshul [mailto:letusdiscuss@yahoo.com] >>Sent: Saturday, June 30, 2001 10:00 AM >>To: tomcat-user@jakarta.apache.org >>Subject: mod_jk.so-eapi >> >> >>Why do I see these in >>http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.2/ >bin/linux/i38 >6/ ???? > >I am looking for mod_jk.so. >There are these files > mod_jk.so-eapi > mod_jk.so-eapi.asc > mod_jk.so-noeapi > mod_jk.so-noeapi.asc > >Does that mean mod_jk.so changed? But I don't see any >documentation about >this one. > >I am having problem integrating apache with tomcat. Apache >doesn't delegate >the servlet jsp/request to tomcat. It just trys to serv it on it's own. >Anyone any clues?????? >Thanks in advance, >Anshul >