RE: Is mod_jk.so corrupt?

2001-04-24 Thread GOMEZ Henri
>> [root@webserver bin]# ./apachectl start >> Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk.conf-auto: >> API module structure `jk_module' in file >/usr/local/apache/libexec/mod_jk.so is garbled - perhaps this is not an >Apache module DSO? >> ./

RE: Is mod_jk.so corrupt?

2001-04-24 Thread GOMEZ Henri
: Tuesday, April 24, 2001 3:58 PM >To: [EMAIL PROTECTED] >Subject: Re: Is mod_jk.so corrupt? > > >I don't think the file on the server is corrupt, but it seems >to be compiled >in a different platform than yours. You'll have to download >the source and >compile it

Re: Is mod_jk.so corrupt?

2001-04-24 Thread Martin Mauri
I don't think the file on the server is corrupt, but it seems to be compiled in a different platform than yours. You'll have to download the source and compile it yourself. > I have the same problem as you have before. And later I recompiled the > mod_jk.so and everything >

Re: Is mod_jk.so corrupt?

2001-04-24 Thread Xiaofeng Chen
I have the same problem as you have before. And later I recompiled the mod_jk.so and everything goes well. It seems that the file on the server is corrupted somehow. - Original Message - From: "John Hebert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday,

Re: Is mod_jk.so corrupt?

2001-04-23 Thread Jeff Kilbride
Hi John, Yes, several people have had problems. The easiest course of action is to download the Tomcat sources and compile your own mod_jk.so. It's pretty straightforward. After you download the source, cd to the top level source directory. Then do the following: cd /src/native/apac

Re: Is mod_jk.so corrupt?

2001-04-23 Thread Sam Butterworth
John, Your error sounds exactly like the one I have seen, you need to compile this file from source. I've had to compile the mod_jk.so file from source for tomcat every time I've installed. Good luck, Sam At 4/23/2001 05:50 PM, you wrote: >I believe that the file >http://ja

Is mod_jk.so corrupt?

2001-04-23 Thread John Hebert
I believe that the file http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/linux/i386/mod_jk.so might be corrupt. I didn't think so at first and suspected that it was something I was doing wrong, but I've downloaded the file a few times and would only get the err

RE: creating mod_jk.so on AIX

2001-04-19 Thread Mark Johnson
Can you locate the object files? Eg, # locate jk_ajp12_worker.o

compiling mod_jk.so on Solaris 2.7

2001-04-19 Thread Sue Schoch
Does anyone have a version of mod_jk.so that will run on 2.7 that they would be willing to send to me. I've spent far too much time unsuccessfully trying to get this to compile using the sun compiler. I don't have gcc installed. Sue Schoch mailto:[EMAIL PROTECTED] IRIS Data Management Center

RE: creating mod_jk.so on AIX

2001-04-19 Thread EXT-Chung, Kenneth
Unfortunately, our AIX 4.3.3 box is not loaded with gcc. After I moved files to ../jk/. I ran bdvdc14i:xv042b:> apxs -c -o mod_jk.so *.o -o mod_jk.so jk_ajp12_worker.o jk_ajp13.o jk_ajp13_worker.o jk_connect.o jk_jni_worker.o jk_lb_worker.o jk_map.o jk_msg_buff.o jk_pool.o jk_sockbu

problems with creating mod_jk.so on AIX

2001-04-19 Thread EXT-Chung, Kenneth
> Hi my friends > > Problems: apxs:Break: Command failed with rc=255 > Platform: AIX 4.3.3 > Tomcat source: jakarta-tomcat-3.2.1-src > Apache source: apache_1.3.19 > > I have gotten to the point of trying to creating mod_jk.so on AIX 4.3.3 > I have sucessuflly

Re: creating mod_jk.so on AIX

2001-04-19 Thread Mark Johnson
I ran into what may be a similar problem on a linux machine. When I ran apxs to create mod_jk.so, I got a similar message. The problem: ld was looking for *.o in ../jk/, but running apxs had placed *.o in . (ie, the current directory). Note: I was using an apxs from an earlier install of apache

Problems with creating mod_jk.so on AIX

2001-04-19 Thread EXT-Chung, Kenneth
Hi my friends Problems: apxs:Break: Command failed with rc=255 Platform: AIX 4.3.3 Tomcat source: jakarta-tomcat-3.2.1-src Apache source: apache_1.3.19 I have gotten to the point of trying to creating mod_jk.so on AIX 4.3.3 I have sucessuflly compiling all *.c in ../jk and apache1.3

RE: problem using mod_jk.so

2001-04-19 Thread Lian, Xiaobu (Alice) (Xiaobu (Alice))
: problem using mod_jk.so I have started my tomcat-3.2.1 and configured the Apache to use tomcat. I have problem to start Apache. When I started Apache, the following error shows: Syntax error on line 8 of /export/jakarta-tomcat-3.2.1/conf/mod_jk.conf-auto: API module structure `jk_module

RES: problem using mod_jk.so

2001-04-19 Thread Pedro Henrique Ponchio
IL PROTECTED]] Enviada em: Thursday, April 19, 2001 4:27 PM Para: [EMAIL PROTECTED] Assunto: problem using mod_jk.so I have started my tomcat-3.2.1 and configured the Apache to use tomcat. I have problem to start Apache. When I started Apache, the following error shows: Syntax error on line

problem using mod_jk.so

2001-04-19 Thread Xiaofeng Chen
httpd/libexec/mod_jk.so is garbled - perhaps this is not an Apache module DSO?   I didn't edit mod_jk.conf-auto. I believe it was generated automatically after tomcat was started. the libexec directory is created by myself since in the document of Working with mod_jk, it says that you nee

creating mod_jk.so on AIX

2001-04-19 Thread EXT-Chung, Kenneth
Hi my friends Problems: apxs:Break: Command failed with rc=255 Platform: AIX 4.3.3 Tomcat source: jakarta-tomcat-3.2.1-src Apache source: apache_1.3.19 I have gotten to the point of trying to creating mod_jk.so on AIX 4.3.3 I have sucessuflly compiling all *.c in ../jk and apache1.3

Re: SOLVED: tomcat 3.2.1 mod_jk.so & apache 1.3.14 problem

2001-04-18 Thread Pae Choi
Welcome to the bleeding edge of the open source projects. :-) Pae -Original Message- From: J. Doug Brown <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, April 18, 2001 12:31 PM Subject: SOLVED: tomcat 3.2.1 mod_jk.so & apache 1.3.14 probl

SOLVED: tomcat 3.2.1 mod_jk.so & apache 1.3.14 problem

2001-04-18 Thread J. Doug Brown
Thanks for the advice given. I downloaded the binary distribution for tomcat 3.2.1 and also grabbed the mod_jk.so from linux/i386 directory. After I grabbed the sources and rebuild mod_jk.so from scratch apache could talk to tomcat. What a PITA this has been trying to figure this one out for 2

RE: tomcat 3.2.1 mod_jk.so & apache 1.3.14 problem

2001-04-18 Thread Ed Tosh
Behalf Of J. Doug Brown Sent: Wednesday, April 18, 2001 8:36 AM To: [EMAIL PROTECTED] Subject: tomcat 3.2.1 mod_jk.so & apache 1.3.14 problem Hello, I have installed and have tomcat working correctly in stand alone mode. I am having difficulty geting apache to send requests through to t

tomcat 3.2.1 mod_jk.so & apache 1.3.14 problem - log correction

2001-04-18 Thread J. Doug Brown
In the previous message I grabbed the wrong lines from my log files. Here are the relevant lines ==> /var/log/httpd/access_log <== 208.158.53.156 - - [18/Apr/2001:11:41:28 +] "GET /examples/jsp/dates/date.jsp HTTP/1.0" 200 1043 ==> /var/log/httpd/agent_log <== Mozilla/4.76 [en] (X11; U;

tomcat 3.2.1 mod_jk.so & apache 1.3.14 problem

2001-04-18 Thread J. Doug Brown
Hello, I have installed and have tomcat working correctly in stand alone mode. I am having difficulty geting apache to send requests through to tomcat. When I try to load , oh say the date example under the jsp directory this is what I get: web responst - looks like html but displayed as text

Re: I need a working mod_jk.so for Linux

2001-04-17 Thread Sam Newman
Yowser! I have downloaded a version a few days back which works fine (from apache.org). Do you want me to mail it to you? sam - Original Message - From: "Farrell, Sarah" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 2:06 AM Subject: I ne

I need a working mod_jk.so for Linux

2001-04-16 Thread Farrell, Sarah
I have read in the email list archives that other people are having problems with the mod_jk.so downloaded from apache.org for Linux. When I use it in apache (in the httpd.conf file) I see the error below on apache startup: "Syntax error on line 240 of /usr/local/apache/conf/httpd.conf

RE: mod_jk.so witn -DEAPI?

2001-04-15 Thread GOMEZ Henri
DC9B 904A 364F 80E6 >-Original Message- >From: Arne Borkowski (borko.net) [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, April 10, 2001 2:25 AM >To: [EMAIL PROTECTED] >Subject: RE: mod_jk.so witn -DEAPI? > > >Hi, > >I am using Apache 1.3.12 under RedHat 6.1 ..

Re: mod_jk.so vs mod_jk.dll for Win32 and Apache 1.3.19

2001-04-14 Thread eric leung
ules now > have .so endings.  Is this a change in the Win32 > version.  Do I need a mod_jk.so or different > mod_jk.dll file for Win32? > > -Ellis Teer > __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

mod_jk.so vs mod_jk.dll for Win32 and Apache 1.3.19

2001-04-14 Thread Ellis Teer
server starts. I noticed in the Win32 version ALL the modules now have .so endings.  Is this a change in the Win32 version.  Do I need a mod_jk.so or different mod_jk.dll file for Win32? -Ellis Teer

RE: mod_jk.so witn -DEAPI?

2001-04-09 Thread Arne Borkowski \(borko.net\)
Hi, I am using Apache 1.3.12 under RedHat 6.1 ... I tried to give -DEAPI with the apxs command that build mod_jk.so but that didn't help. Any clue? Regards, Arne > -Original Message- > From: Pae Choi [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 10, 2001 1:26 A

ERROR WITH mod_jk.so module

2001-04-09 Thread RUBEN DOMENE LOPEZ
/programas/jakarta-tomcat-3.2.1/conf/mod_jk.conf-auto: API module structure `jk_module' in file /usr/local/apache/libexec/mod_jk.so is garbled - perhaps this is not an Apache module DSO?" What is the problem?? Thank you for your help and excuse me by my english.

Re: mod_jk.so witn -DEAPI?

2001-04-09 Thread Pae Choi
Which version of Apache/HTTPD server are you using? Pae -Original Message- From: Arne Borkowski (borko.net) <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, April 09, 2001 3:35 PM Subject: mod_jk.so witn -DEAPI? >Hi, > >I tri

RE: ERROR WITH mod_jk.so module

2001-04-09 Thread Kyle Tippetts
Even though they've got a mod_jk.so for linux, more often than not it doesn't work, giving the error you reported. So, you need to build mod_jk.so for your linux installation: 1. Download the jakarta-tomcat source from http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.

Re: ERROR WITH mod_jk.so module

2001-04-09 Thread jae H. Roh
I got the same error message, simply trying to load the linux binary mod_jk.so from the jakarta.apache.org site. I'm not sure what version of linux that was compiled for, but it didn't work for me either. What worked for me is to recompile the mod_jk using the source distribution jaka

mod_jk.so witn -DEAPI?

2001-04-09 Thread Arne Borkowski \(borko.net\)
Hi, I tried to compile Jakarta mod_jk.so for Apache with EAPI support, but failed. Does any of you know where I have to place the -DEAPI option to compile it? Regards, Arne Borkowski Hamburg/Germany

ERROR WITH mod_jk.so module

2001-04-09 Thread Ruben Domene
/programas/jakarta-tomcat-3.2.1/conf/mod_jk.conf-auto: API module structure `jk_module' in file /usr/local/apache/libexec/mod_jk.so is garbled - perhaps this is not an Apache module DSO?" What is the problem?? Thank you for your help and excuse me by my english.

needed: mod_jk.so for HP-UX

2001-04-09 Thread Xavier Quesada
Hi... Does anybody have a working mod_jk.so or mod_jserv.so for (Series 800) HP-UX 11.00 64 bit? It would be greatly appreciated. Thanks. -- Xavier Quesada [EMAIL PROTECTED]

Re: trouble compiling mod_jk.so wih Apache 1.3.19 and SunOs 5.8

2001-04-05 Thread Hong-Bing Chen
-DUSE_EXPAT -I../lib/expat-lite >>-I/usr/apache1.3.19/include -I../common -I/usr/java1.3/j2sdk1_3_0/include >>-I/usr/java1.3/j2sdk1_3_0/include/solaris -c mod_jk.c -o mod_jk.so >>mod_jk.o jk_worker.o jk_util.o jk_uri_worker_map.o jk_sockbuf.o jk_pool.o >>jk_

Re: trouble compiling mod_jk.so wih Apache 1.3.19 and SunOs 5.8

2001-04-05 Thread Ed Gomolka
ache1.3.19/include >-I../common -I/usr/java1.3/j2sdk1_3_0/include >-I/usr/java1.3/j2sdk1_3_0/include/solaris -c mod_jk.c -o mod_jk.so >mod_jk.o jk_worker.o jk_util.o jk_uri_worker_map.o jk_sockbuf.o jk_pool.o >jk_nwmain.o jk_msg_buff.o jk_map.o jk_lb_worker.o jk_jni_worker.o >jk_

trouble compiling mod_jk.so wih Apache 1.3.19 and SunOs 5.8

2001-04-05 Thread Hong-Bing Chen
va1.3/j2sdk1_3_0/include/solaris -c mod_jk.c -o mod_jk.so mod_jk.o jk_worker.o jk_util.o jk_uri_worker_map.o jk_sockbuf.o jk_pool.o jk_nwmain.o jk_msg_buff.o jk_map.o jk_lb_worker.o jk_jni_worker.o jk_connect.o jk_ajp13_worker.o jk_ajp13.o jk_ajp12_worker.o -lposix4 apxs:Break: Command failed wi

RE: ** mod_jk.so for Linux Redhat 6.2- required **

2001-04-03 Thread Benoit Jacquemont
> > What kind of changes have you made on your worker.properties file ? > > Did you customize it to suit your needs ? > > You shoud also have a look on your httpd.conf to see wether > your configured > your workers or not. > > Benoit > > > Hi, > > > > I

RE: ** mod_jk.so for Linux Redhat 6.2- required **

2001-04-03 Thread Prashantha . Marathe
configured your workers or not. Benoit > Hi, > > I've first downloaded the same from the link and got the > error "garbled ". > > so then i made my own mod_jk.so and now I'm getting the > following error > > Apache:error_log says > Tue Apr 3 12:42:

RE: ** mod_jk.so for Linux Redhat 6.2- required **

2001-04-03 Thread Benoit Jacquemont
ot the > error "garbled ". > > so then i made my own mod_jk.so and now I'm getting the > following error > > Apache:error_log says > Tue Apr 3 12:42:41 2001] [emerg] (2)No such file or > directory: Error while > opening the workers > > Tomcat : mod_jk.

RE: ** mod_jk.so for Linux Redhat 6.2- required **

2001-04-03 Thread Prashantha . Marathe
Hi, I've first downloaded the same from the link and got the error "garbled ". so then i made my own mod_jk.so and now I'm getting the following error Apache:error_log says Tue Apr 3 12:42:41 2001] [emerg] (2)No such file or directory: Error while opening the workers

RE: ** mod_jk.so for Linux Redhat 6.2- required **

2001-04-03 Thread Benoit Jacquemont
Hi, You can get one from the jakarta web site: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/linux/i38 6/mod_jk.so I use Tomcat 3.2.1. This version of the mod_jk worked for me with a Apache 1.3.12, and when I installed a Apache 1.3.19, it was said 'garbled', an

Re: ** mod_jk.so for Linux Redhat 6.2- help required **

2001-04-03 Thread Prashantha . Marathe
Hi, I am trying to configure Tomcat+Apache on Linux after building my mod_jk.so. I am having some problems while configuring the same. Please help resolving following problem. Apache:error_log says Tue Apr 3 12:42:41 2001] [emerg] (2)No such file or directory: Error while opening the workers

Re: ** mod_jk.so for Linux Redhat 6.2- required **

2001-04-03 Thread unplug
4 > Tom Cat ver-3.2.1 > Required file: mod_jk.so > If anyone has this file, could you please send us? > > Regards, > Prashanth Marathe D > Phone: 667-8355 Ext.: 262 > [EMAIL PROTECTED]

** mod_jk.so for Linux Redhat 6.2- required **

2001-04-03 Thread Prashantha . Marathe
Hi, OS: Linux Redhat ver 6.1 Apache ver-1.3.14 Tom Cat ver-3.2.1 Required file: mod_jk.so If anyone has this file, could you please send us? Regards, Prashanth Marathe D Phone: 667-8355 Ext.: 262 [EMAIL PROTECTED]

how to work togather tomcat and apache in using mod_jk.so

2001-03-28 Thread 윤형석
help me... I wanna work togather tomcat and apache. It was so easy to combine tomcat and apache in WindowsNT, but not in linux. First time, I already downloaded a file that was named mod_jk.so in jakarta.apache.org. And added the line like "Include $TOMCAT_HOME/conf/mod_jk.conf-auto&quo

Re: trouble compiling mod_jk.so

2001-03-26 Thread Brian P Millett
Pilho Kim wrote: > Hi, > > Retry with Apache 1.3.14 or 1.3.17 > > On Fri, 23 Mar 2001, Jim Yiu wrote: > > > > > Hi, > > I am trying to compile the Tomcat-Apache plugin for Solaris and am >unsuccessful,, I > > am trying > > to follow the mod_jk faq but it does not explain what to do when there

Can't get mod_jk.so to link right

2001-03-22 Thread Donald L. Nash
I'm a newbie to Tomcat and I'm having trouble getting mod_jk.so to link right. I've tried everything I know, scanned the FAQ, and made a stab at searching the mailing list archives, all with no success. Environment: FreeBSD 4.1-RELEASE, JDK 1.1.8 and gmake installed via /us

Looking for mod_jk.so under solaris 2.7

2001-03-18 Thread C.M. Rahman (jr.)
I am having problem adding the mod_jk.so under solaris 2.7. Can somebody here help? Thanks I am getting this error below # apxs -o mod_jk.so -c -I/usr/j2se/include -I/usr/j2se/include/solaris -I../jk/ -l posix4 -DSOLARIS *.c ../jk/*.c gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite

RE: error loading mod_jk.so

2001-03-15 Thread John P. Dodge
> > Maybe a search of the list archive would turn something up. > > Mike. > -- > Mike Braden > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > > -Original Message- > From: Thomas Borland [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 14, 2001 3:53 PM > T

RE: error loading mod_jk.so

2001-03-15 Thread Parry, Alan
Braden [mailto:[EMAIL PROTECTED]] > Sent: 15 March 2001 5:13 PM > To: '[EMAIL PROTECTED]' > Subject: RE: error loading mod_jk.so > > > I've seen this before, but don't recall the particular solution. > > Are you sure you have DSO support in apache? &

RE: error loading mod_jk.so

2001-03-15 Thread Mike Braden
e. -- Mike Braden [EMAIL PROTECTED] [EMAIL PROTECTED] -Original Message- From: Thomas Borland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 3:53 PM To: tomcat user Subject: error loading mod_jk.so Hello, I've compile mod_jk.so for FreeBSD 4.1 using Makefile.freebsd that

error loading mod_jk.so

2001-03-14 Thread Thomas Borland
Hello, I've compile mod_jk.so for FreeBSD 4.1 using Makefile.freebsd that comes with the source tar (under dir apache1.3). I now receive the following error while trying to start Apache. Syntax error on line 8 of /usr/local/jakarta-tomcat-3.2.1/conf/mod_jk.conf-atuo: Cannot load /usr/

Re:Wanted: 'mod_jk.so' for *Mandrake* Linux!

2001-03-07 Thread Tomasz.Sucharzewski
You have it in attachment. BTW it is ease to compile, -get tomcat source -go to $tomcat_src/src/native/apache1.3 -here you have Makefile.linux, copy that file to Makefile -type make -if you have gcc properly installed you should get mod_jk.so anyway i send it to you. Tomasz Sucharzewski ING

AW: Wanted: 'mod_jk.so' for *Mandrake* Linux!

2001-03-06 Thread Hiendl Elke
;[EMAIL PROTECTED]' > Betreff: Wanted: 'mod_jk.so' for *Mandrake* Linux! > > > Hi, > > Having read tons of entries in the list, I now have the clear > impression, > that the Linux binary 'mod_jk.so' found on apache.org is > known not to work &g

Wanted: 'mod_jk.so' for *Mandrake* Linux!

2001-03-06 Thread Morten Mortensen
Hi, Having read tons of entries in the list, I now have the clear impression, that the Linux binary 'mod_jk.so' found on apache.org is known not to work on a Mandrake Linux, only a RedHat Linux box... If anyone have a 'mod_jk.so' working on a Mandrake 7.1/7.x Linux with Tom

Re: error cannot "LoadModule jk_module libexec/mod_jk.so"

2001-03-04 Thread Brett W . McCoy
On 2001.03.04 23:32 Rick Yu wrote: > Now, I use startup.sh to start tomcat firstly, and use /www/bin/apachectl > startssl to start apache, but it display > > "Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk.conf-auto: > Invalid command 'LoadModule', perhaps mis-spelled or defined b

error cannot "LoadModule jk_module libexec/mod_jk.so"

2001-03-04 Thread Rick Yu
Hi, I'm using apache-1.3.14 and tomcat-3.2.1, I want to use mod_jk. I can visit port 8080, every thing is ok. Following "Working with mod_jk",I download and copy mod_jk.so to /www/libexec/, then chmod a+x mod_jk.so, and modify /usr/local/tomcat/conf/server.xml, and conf

Mod_jk.so binary builds...

2001-02-24 Thread Adam Fowler
Hi all, I've decided I may as well compile a collection of binaries for mod_jk.so (extra credit for this research topic!?!) If anyone who has compiled mod_jk for any platform please send me a copy plus the following info:- Processor Operating System tomcat version Web server That&

RE: mod_jk.so installation tar.gz...

2001-02-22 Thread Adam Fowler
web: http://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTECTED] "Every new beginning comes from some other beginning's end" -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 3:43 AM To: [EMAIL PROTECTED] Subject: RE: mod_

RE: mod_jk.so installation tar.gz...

2001-02-22 Thread GOMEZ Henri
>I picked up the source RPM for tomcat3.2.1. > >I've been checking in the startup script and I saw that >JAVA_HOME is being >set to /usr/IBMJava2-13. I was wondering if there is any >particular reason >for this or if it is fine to change it to the standard path >for Sun's JDK >1.3 for Mandrake?

RE: mod_jk.so installation tar.gz...

2001-02-22 Thread Adam Fowler
new beginning comes from some other beginning's end" -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 4:35 AM To: [EMAIL PROTECTED] Subject: RE: mod_jk.so installation tar.gz... Did you notice that there is existing RPM

RE: mod_jk.so installation tar.gz...

2001-02-21 Thread Adam Fowler
some other beginning's end" -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 4:35 AM To: [EMAIL PROTECTED] Subject: RE: mod_jk.so installation tar.gz... Did you notice that there is existing RPM for tomcat modules, mod_jk a

RE: problems configuring tomcat/apache mod_jk.so

2001-02-21 Thread Jennifer Dyess
the apxs command line on Solaris Sparc, and i thinkl that it is the same for Solaris x86 Try this l: #!/usr/bin/gnu/bash SERVER_ROOT=/0/admin/lmaitre/www-sop JAVA_HOME=/usr/local/jdk1.3 ${SERVER_ROOT}/bin/apxs -o mod_jk.so -DSOLARIS -I../jk -I${JAVA_HOME}/include -I${JAVA_HOME

Re: apache doesn't like my mod_jk.so

2001-02-21 Thread Ludovic Maitre
Hello, I had had the same problem and it was because i've forgotten to copy the file mod_jk.c from native/apache1.3 to the directory native/jk regards, S -- [EMAIL PROTECTED] INRIA - 2004 route des lucioles - BP 93Tel: (33/0) 4 92 38 50 41 06902 SOPHIA-ANTIPOLIS cedex (France)Fax

apache doesn't like my mod_jk.so

2001-02-21 Thread Stephan Lang
e' in file /opt/apache_1.3.14/libexec/mod_jk.so is garbled - perhaps this is not an Apache module DSO? What is wrong ? Are there any restrictions on versions not fitting together ? Stephan - To unsubscribe, e-mail: [EMAIL

RE: mod_jk.so installation tar.gz...

2001-02-21 Thread GOMEZ Henri
PM >To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >Subject: RE: mod_jk.so installation tar.gz... > > >Hi, > >This kind of trouble! 8o) :- > >[root@willow RPM]# rpm -ba SPECS/mod_jk-apache1.3-1mdk.spec >File /usr/src/RPM/SOURCES is smaller than 4 bytes >Executing(%prep): /bin/

Re: problems configuring tomcat/apache mod_jk.so

2001-02-21 Thread Ludovic Maitre
Hello, you must add the -lposix4 flag on the apxs command line on Solaris Sparc, and i thinkl that it is the same for Solaris x86 Try this l: #!/usr/bin/gnu/bash SERVER_ROOT=/0/admin/lmaitre/www-sop JAVA_HOME=/usr/local/jdk1.3 ${SERVER_ROOT}/bin/apxs -o mod_jk.so -DSOLARIS -I../jk -I${JAVA_HOME

RE: problems configuring tomcat/apache mod_jk.so

2001-02-20 Thread Jennifer Dyess
i do have a couple of different apxs on my server. However, when i compile mod_jk.so, I'm using /usr/local/apache/bin/apxs. which is the apache version 1.3 i just installed. v1.3 should be compatible, right? if anyone has the mod_jk.so compiled successfully for intel solaris, I&#x

RE: problems configuring tomcat/apache mod_jk.so

2001-02-20 Thread Michael H. La Budde
27;s end" > > > >-Original Message- >From: Jennifer Dyess [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, February 20, 2001 7:25 PM >To: [EMAIL PROTECTED] >Subject: RE: problems configuring tomcat/apache mod_jk.so > > >I don't really understand what yo

RE: problems configuring tomcat/apache mod_jk.so

2001-02-20 Thread Adam Fowler
s configuring tomcat/apache mod_jk.so I don't really understand what you're saying. I did compile mod_jk.so for solaris as per the instructions in http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html: (the instructions on your site were only for linux) apxs -o mod_jk.so

RE: problems configuring tomcat/apache mod_jk.so

2001-02-20 Thread Jennifer Dyess
I don't really understand what you're saying. I did compile mod_jk.so for solaris as per the instructions in http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html: (the instructions on your site were only for linux) apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/

RE: problems configuring tomcat/apache mod_jk.so

2001-02-20 Thread Adam Fowler
Hi, You don't need to compile it into apache to install mod_jk.so. Just compile it as per instructions on my site http://willow.cc.edu/docs/adminguide and move it to the libexec directory and do configs as normal. I have a pre-built copy of mod_jk.so for solaris in the downloads section o

problems configuring tomcat/apache mod_jk.so

2001-02-20 Thread Jennifer Dyess
I've followed the doc for compiling and configuring mod_jk.so. Everything *seemed* to work fine. I'm running solaris on intel, so I compiled mod_jk.so from source: apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c like I said, that

RE: mod_jk.so installation tar.gz...

2001-02-20 Thread Adam Fowler
Hi, This kind of trouble! 8o) :- [root@willow RPM]# rpm -ba SPECS/mod_jk-apache1.3-1mdk.spec File /usr/src/RPM/SOURCES is smaller than 4 bytes Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.14373 + umask 022 + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mod_jk.so-tomcat3.2.1 + tar -xf

Re: mod_jk.so installation tar.gz...

2001-02-19 Thread Peter B. West
Adam Fowler wrote: > > I'm trying to make an RPM but am having trouble building it. Any hints? What kind of trouble? Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest "Lord, to whom shall we go?" - To u

mod_jk.so installation tar.gz...

2001-02-19 Thread Adam Fowler
yping make only then copying your generated mod_jk.so to apache's libexec (or modules) directory. It requires:- Apache1.3.x Tomcat3.2.1 I'm trying to make an RPM but am having trouble building it. Any hints? Adam. ---

RE: building mod_jk.so for Solaris

2001-02-19 Thread Adam Fowler
: building mod_jk.so for Solaris http://news.pakana.com/mod_jk.so ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net - Original Message - From: "Tim Webster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, F

RE: building mod_jk.so for Solaris

2001-02-19 Thread Tim Webster
thanks very much tim -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 5:42 PM To: [EMAIL PROTECTED] Subject: Re: building mod_jk.so for Solaris http://news.pakana.com/mod_jk.so ~ Namaste - I bow to the divine in you ~ Filip Hanik

Re: building mod_jk.so for Solaris

2001-02-19 Thread Filip Hanik
http://news.pakana.com/mod_jk.so ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net - Original Message - From: "Tim Webster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 19, 2001 8:38 AM Subje

RE: building mod_jk.so for Solaris

2001-02-19 Thread Bill_Fellows/MO/americancentury
e respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: (bcc: Bill Fellows/MO/americancentury) Subject: RE: building mod_jk.so for Solaris Could someone at jakarta-list-admin PLEASE remove everyone @friendlyworks.com so we don't receive several of these mails per minute. TIA Gary

Re: building mod_jk.so for Solaris

2001-02-19 Thread Nobody
Sorry, The person you are trying to contact is no longer at this address. If you feel you have reached this in error, please contact with [EMAIL PROTECTED] Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

RE: building mod_jk.so for Solaris

2001-02-19 Thread Nobody
Sorry, The person you are trying to contact is no longer at this address. If you feel you have reached this in error, please contact with [EMAIL PROTECTED] Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: building mod_jk.so for Solaris

2001-02-19 Thread Nobody
Sorry, The person you are trying to contact is no longer at this address. If you feel you have reached this in error, please contact with [EMAIL PROTECTED] Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

RE: building mod_jk.so for Solaris

2001-02-19 Thread Gary Lawson
Could someone at jakarta-list-admin PLEASE remove everyone @friendlyworks.com so we don't receive several of these mails per minute. TIA Gary -Original Message- From: Nobody [mailto:[EMAIL PROTECTED]] Sent: 19 February 2001 16:51 To: [EMAIL PROTECTED] Subject: Re: building mod_jk.s

Re: building mod_jk.so for Solaris

2001-02-19 Thread Nobody
Sorry, The person you are trying to contact is no longer at this address. If you feel you have reached this in error, please contact with [EMAIL PROTECTED] Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: building mod_jk.so for Solaris

2001-02-19 Thread Nobody
Sorry, The person you are trying to contact is no longer at this address. If you feel you have reached this in error, please contact with [EMAIL PROTECTED] Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: building mod_jk.so for Solaris

2001-02-19 Thread Nobody
Sorry, The person you are trying to contact is no longer at this address. If you feel you have reached this in error, please contact with [EMAIL PROTECTED] Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: building mod_jk.so for Solaris

2001-02-19 Thread Nobody
Sorry, The person you are trying to contact is no longer at this address. If you feel you have reached this in error, please contact with [EMAIL PROTECTED] Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

building mod_jk.so for Solaris

2001-02-19 Thread Tim Webster
Does anyone have a script or makefile for building mod_jk.so for the following platform: Solaris 2.6 (SunOS 5.6) Apache 2.0 Tomcat 3.2.1 Java 1.2 I checked in the CVS repository and the build-unix.sh seemed to be for i386 and some other version of UNIX. Thanks, Tim

RE: Where is mod_jk.so for WIN32?

2001-02-16 Thread R N Mukherjee
GOT IT, THANKS ALL At 15:20 05/02/01 +, you wrote: > >In the standard downloads directory, ie: > >http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i3 86/mod_jk.dll > >Hope this helps, >Steve > > >On Mon, 5 Feb 2001, Michael Wentzel wrote:

RE: Solved! problems compiling mod_jk.so etc.

2001-02-14 Thread Andrew Stewart
-Original Message- From: Ryan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 4:47 PM To: [EMAIL PROTECTED] Subject: Re: Solved! problems compiling mod_jk.so etc. I used resin and thought it was great until i tried using classes with it and couldn't return values from

Re: Solved! problems compiling mod_jk.so etc.

2001-02-14 Thread Ryan
ssage - From: "Andrew Stewart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 2001 3:58 PM Subject: RE: Solved! problems compiling mod_jk.so etc. > > Although I haven't had much of a problem setting up Tomcat, I' have had > the unfor

RE: Solved! problems compiling mod_jk.so etc.

2001-02-14 Thread Andrew Stewart
olved! problems compiling mod_jk.so etc. I finally had enough of this. Jakarta-Tomcat is obviously not yet up to the quality we have come to expect from other Apache projects (this is not a flame! but my professional opinion). If I get the time I may contribute to the project but for now I have real wo

Solved! problems compiling mod_jk.so etc.

2001-02-14 Thread J Austin
I finally had enough of this. Jakarta-Tomcat is obviously not yet up to the quality we have come to expect from other Apache projects (this is not a flame! but my professional opinion). If I get the time I may contribute to the project but for now I have real work to do. I went to http://www.cauc

RE: mod_jk.so

2001-02-13 Thread GOMEZ Henri
>With the following command. >/usr/local/sbin/apxs -c -I/usr/local/jdk1.1.8/include >-I/usr/local/jdk1. >1.8/include/freebsd -DFREEBSD -I/usr/local/include/apache -I../jk >mod_jk.c ../jk/*.c > >and > >gcc -shared -o mod_jk.so *.o > >jk_ajp12_worker.o jk

RE: mod_jk.so (apxs, fdatasync, snprintf)

2001-02-13 Thread mikhail malamud
1) apxs didn't work and it took me hours to find the fix in the PHP FAQ. http://www.php.net/FAQ.php#6.11 What was wrong with apxs, maybe there is something wrong with mine? This included upgrading apache to 1.3.17 in the hope that apxs was fixed (it wasn't). I also messed around a fair

RE: mod_jk.so

2001-02-13 Thread John P. Dodge
command to dump the symbol tables of lib files: Try (from the standard lib dirs): nm lib* | grep map_name_at or for f in lib* do echo $f nm $f | grep map_name_at done On Tue, 13 Feb 2001, mikhail malamud wrote: > I give up. Can someone send me mod_jk.so compiled on freebsd. > > *

Re: mod_jk.so (apxs, fdatasync, snprintf)

2001-02-13 Thread J Austin
Great! That means that I still have more trials ahead of me when I finish installing an updated gcc. mikhail malamud wrote: > Everything compiles and looks good. but httpd simply wont start with > mod_jk enabled and configtest runs fine. > ^^ I am up to th

<    1   2   3   4   5   6   >