RE: problems configuring tomcat/apache mod_jk.so

2001-02-21 Thread Jennifer Dyess
Thanks so much! That did the trick. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, February 21, 2001 2:17 AMTo: [EMAIL PROTECTED]Subject: Re: problems configuring tomcat/apache mod_jk.soHello, you must add the -lposix4 flag on

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
27;d be so grateful if you could send me a copy! -Original Message- From: Michael H. La Budde [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 6:49 PM To: [EMAIL PROTECTED] Cc: Jennifer Dyess Subject: RE: problems configuring tomcat/apache mod_jk.so Do you have more than one apxs av

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
TED]] Sent: Tuesday, February 20, 2001 4:53 PM To: [EMAIL PROTECTED] Subject: RE: problems configuring tomcat/apache mod_jk.so 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

RE: problems configuring tomcat/apache mod_jk.so

2001-02-20 Thread Jennifer Dyess
20, 2001 4:53 PM To: [EMAIL PROTECTED] Subject: RE: problems configuring tomcat/apache mod_jk.so 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 c

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 of the a