RE: [EMAIL PROTECTED] mod_jk help

2006-09-26 Thread Foster, Stephen \(ASPIRE\)
PROTECTED] Sent: 26 September 2006 05:52 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_jk help I'd looked and searched the internet and found nothing that tell me how to configure apache to look for static files at its side and if it can't find them then forward requrests to

[EMAIL PROTECTED] mod_jk help

2006-09-25 Thread long
I'd looked and searched the internet and found nothing that tell me how to configure apache to look for static files at its side and if it can't find them then forward requrests to tomcat.  I was hoping if someone can help me.   I have a redhat linux box with apache2.0.x and tomcat 5.5 with jdk 4

Re: [EMAIL PROTECTED] mod_jk help

2005-12-23 Thread James Taylor
n/sw/jdk1.5.0_05 \ --with-java-platform=2 \ --enable-jni -Original Message-From: James Taylor [mailto: [EMAIL PROTECTED]] Sent: Thursday, December 22, 2005 6:17 AMTo: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_jk help Ok, I set an env var CC to gcc but configure is still brea

Re: [EMAIL PROTECTED] mod_jk help

2005-12-22 Thread James Taylor
bin/apxs \ --with-java-home=/home/rmorrin/sw/jdk1.5.0_05 \ --with-java-platform=2 \ --enable-jni -Original Message-From: James Taylor [mailto: [EMAIL PROTECTED]] Sent: Thursday, December 22, 2005 6:17 AMTo: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_jk help Ok, I set

RE: [EMAIL PROTECTED] mod_jk help

2005-12-22 Thread Fenlason, Josh
mes Taylor [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 6:17 AMTo: users@httpd.apache.orgSubject: Re: [EMAIL PROTECTED] mod_jk help Ok, I set an env var CC to gcc but configure is still breaking. The following is the command I try to execute   >./configure --with

Re: [EMAIL PROTECTED] mod_jk help

2005-12-22 Thread James Taylor
Ok, I set an env var CC to gcc but configure is still breaking. The following is the command I try to execute   >./configure --with-apache=/home/rmorrin/sw/apache2.0 --with-java-home=/home/rmorrin/sw/jdk1.5.0_05 --with-java-platform=2 -enable-jni   Heres my output   >hecking build system type... sp

Re: [EMAIL PROTECTED] mod_jk help

2005-12-21 Thread John P. Dodge
On Wed, 21 Dec 2005, James Taylor wrote: > Hi there, > I'm not at all hot on compiler stuff so could you/someone please ellaborate > a little on this for me. > I checked /build/config_vars.mk and I see this >CC = gcc, and I > can not see any env or shell vars that have CC in them. > I'm using a s

Re: [EMAIL PROTECTED] mod_jk help

2005-12-21 Thread James Taylor
Hi there, I'm not at all hot on compiler stuff so could you/someone please ellaborate a little on this  for me. I checked /build/config_vars.mk and I see this >CC = gcc, and I can not see any env or shell vars that have CC in them. I'm using a solaris 8 platform. Thanks, James.  On 12/20/05, John P

Re: [EMAIL PROTECTED] mod_jk help

2005-12-20 Thread John P. Dodge
On Tue, 20 Dec 2005, James Taylor wrote: > Hi there, > First off Xmas grettings to all. > I'm trying to install mod_jk connector on a solaris system using Apache 2 > installed on my account. > Everything seemed to be going fine > -I ran buildconf.sh and configure with these options (I have an env

[EMAIL PROTECTED] mod_jk help

2005-12-20 Thread James Taylor
Hi there, First off Xmas grettings to all. I'm trying to install mod_jk connector on a solaris system using Apache 2 installed on my account. Everything seemed to be going fine -I ran buildconf.sh and configure with these options (I have an env variable APACHE_HOME set to /home/rmorrin/sw/apache2.0