Re: help on mod_jk

2003-04-04 Thread John Turner
Apache 1.3 with Apache 2.0 could that be it? I can only take from your path /usr/local/apache2 that it is an apache 2.0 instance filip -Original Message- From: Paul Hsu [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 4:03 PM To: Tomcat Users List Subject: help on mod_jk Hi, I

RE: help on mod_jk

2003-04-03 Thread Filip Hanik
April 03, 2003 4:03 PM > To: Tomcat Users List > Subject: help on mod_jk > > > Hi, > > I try to install mod_jk with apache, but I always have problem > with jk_mod. > I install tomcat-4.0.6 and download mod_jk2-1.3-eapi.so into > modules directory. Then I append one line &

help on mod_jk

2003-04-03 Thread Paul Hsu
Hi, I try to install mod_jk with apache, but I always have problem with jk_mod. I install tomcat-4.0.6 and download mod_jk2-1.3-eapi.so into modules directory. Then I append one line " LoadModule jk_module modules/mod_jk2-1.3-eapi.so" at the end of httpd.conf file, I run "apachectl configtest",

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-03 Thread John Turner
My advice? Delete that Apache install using RPM, and install your own from the source package. On a RH 8 server, installing Apache from source takes about 5 minutes and is about as painless as drinking a glass of water. The RH Apache is a modded Apache install. Anytime I've ever used their A

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-03 Thread Prasanth S
Bill, Thanks for the reply. So, what do u suggest, shall i try removin the '--enable-EAPI' option. but then the 'no-apche given' will not be rectified... --- Bill Barker <[EMAIL PROTECTED]> wrote: > The "no apache given" warning is a red-herring. It > is simply saying that it > can't build

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-03 Thread Bill Barker
The "no apache given" warning is a red-herring. It is simply saying that it can't build mod_jk for non-so. You also shouldn't have to specify '--enable-EAPI', since that will be picked up from the apxs settings. I've never tried to build mod_jk1.2.x on RH myself. It works well enough under Sola

Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-02 Thread Prasanth S
Hai, I have a Redhat 8.0 machine runnin apache 2.0.40 (rpm -ivh httpd-2.040, i have the httpd-devel 2.0.40 too) and tomcat 4.0.6. I was trying to compile jakarta-tomcat-connectors-jk-1.2.0-src for getting mod_jk.so module to integrate the above two server. I am failing in every attempt. anyone pls