Re: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share

2004-02-11 Thread Parsons Technical Services
Anthony,

Phupha does not apxs on his machine. RD9 so nicely leaves it off. In order
to build mod_jk2, you must
 install apache from source or another rpm that includes apxs. I have the
same issue. Currently I am running
Tomcat in standalone mode.

Doug


- Original Message - 
From: Anthony Gray [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 11, 2004 1:33 AM
Subject: RE: Does anyone have successfully build mod_jk2 on RH9 with Tomcat
4.1.xx, please share


 you should be able to compile from the mod_jk2 source using the following
 method :
 - cd jk2source/jk/native2/
 - ./configure --with-apxs2=path to apxs in the apache2 dir
 --with-apache=path to apache2
 (ie ./configure --with-apxs2=/usr/local/apache2/bin/apxs
 --with-apache=/usr/local/apache)
 - make
 - you should then find the mod_jk2.so in jk2
source/jk/build/jk2/apache2/

 I was able to use the following method successfully for apache2 (built
from
 source), tomcat 4 and 5, and mod_jk2 (source).


 Anthony



 From: Phupha Punyapotasakul [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: Does anyone have successfully build mod_jk2 on RH9 with Tomcat
 4.1.xx, please share
 Date: Wed, 11 Feb 2004 11:26:37 +0700
 
 
 I've spent so much time to compile mod_jk2 but not success. Is it
possible
 to download build version from internet ? Please tell me where to
download.
 
 
 My Machine
 ===
 Linux RH9 + Tomcat4.1.27 (Apache Httpd is bundle with RH9)
 
 I can't compile because, httpd on RH9 don't have apxs2
 
 
 Thank you for advance.
 Phupha
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

 _
 Get less junk mail with ninemsn Premium. Click here
 http://ninemsn.com.au/premium/landing.asp


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Re: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share

2004-02-11 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y 
contreseña.
Gracias por confiar en nosotros



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Re: Re: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share

2004-02-11 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y 
contreseña.
Gracias por confiar en nosotros



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share

2004-02-11 Thread David Smith
I use Mandrake and it's not too far off of RH as far as package 
structure.  Did you install the apache2-devel package?  I believe 
that's needed to get apxs on your system.  I built mod_jk with apxs 
on my Mandrake 9.2 system no problem.

--David

you should be able to compile from the mod_jk2 source using the 
following method :
- cd jk2source/jk/native2/
- ./configure --with-apxs2=path to apxs in the apache2 dir 
--with-apache=path to apache2
(ie ./configure --with-apxs2=/usr/local/apache2/bin/apxs 
--with-apache=/usr/local/apache)
- make
- you should then find the mod_jk2.so in jk2 source/jk/build/jk2/apache2/

I was able to use the following method successfully for apache2 
(built from source), tomcat 4 and 5, and mod_jk2 (source).

Anthony


From: Phupha Punyapotasakul [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Does anyone have successfully build mod_jk2 on RH9 with 
Tomcat 4.1.xx, please share
Date: Wed, 11 Feb 2004 11:26:37 +0700

I've spent so much time to compile mod_jk2 but not success. Is it possible
to download build version from internet ? Please tell me where to download.
My Machine
===
Linux RH9 + Tomcat4.1.27 (Apache Httpd is bundle with RH9)
I can't compile because, httpd on RH9 don't have apxs2

Thank you for advance.
Phupha
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Get less junk mail with ninemsn Premium. Click here 
http://ninemsn.com.au/premium/landing.asp

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share

2004-02-10 Thread Phupha Punyapotasakul

I've spent so much time to compile mod_jk2 but not success. Is it possible
to download build version from internet ? Please tell me where to download.


My Machine
===
Linux RH9 + Tomcat4.1.27 (Apache Httpd is bundle with RH9)

I can't compile because, httpd on RH9 don't have apxs2


Thank you for advance.
Phupha


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share

2004-02-10 Thread Anthony Gray
you should be able to compile from the mod_jk2 source using the following 
method :
- cd jk2source/jk/native2/
- ./configure --with-apxs2=path to apxs in the apache2 dir 
--with-apache=path to apache2
(ie ./configure --with-apxs2=/usr/local/apache2/bin/apxs 
--with-apache=/usr/local/apache)
- make
- you should then find the mod_jk2.so in jk2 source/jk/build/jk2/apache2/

I was able to use the following method successfully for apache2 (built from 
source), tomcat 4 and 5, and mod_jk2 (source).

Anthony



From: Phupha Punyapotasakul [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 
4.1.xx, please share
Date: Wed, 11 Feb 2004 11:26:37 +0700

I've spent so much time to compile mod_jk2 but not success. Is it possible
to download build version from internet ? Please tell me where to download.
My Machine
===
Linux RH9 + Tomcat4.1.27 (Apache Httpd is bundle with RH9)
I can't compile because, httpd on RH9 don't have apxs2

Thank you for advance.
Phupha
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Get less junk mail with ninemsn Premium. Click here  
http://ninemsn.com.au/premium/landing.asp

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


build mod_jk2 ?

2003-08-20 Thread Prestation3 . EXPLOITATION
Hi,

I have Tomacat 4.1.27 , and apache 2.0.35 on HP-UX 11.0
Where can I found the procedure and the source to build mod_jk2 ?

Thanks in advance


RE: build mod_jk2 ?

2003-08-20 Thread Stuart Stephen
# cd /usr/local/src
# wget
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz

# gunzip -dc jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz | tar xf -
# cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2

# ./configure --with-apxs2=/usr/local/apache2/bin/apxs
# make

# cd ../build/jk2/apache2
# ls -la

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: 20 August 2003 11:59
To: [EMAIL PROTECTED]
Subject: build mod_jk2 ?


Hi,

I have Tomacat 4.1.27 , and apache 2.0.35 on HP-UX 11.0
Where can I found the procedure and the source to build mod_jk2 ?

Thanks in advance



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Réf. : RE: build mod_jk2 ?

2003-08-20 Thread Prestation3 . EXPLOITATION
OK, Thanks

but when I do configure I have the follwing error :

# ./configure --with-apx2=/opt/apache2/bin/apxs
..
checking for mkdir... /usr/bin/mkdir
no apxs given
no apxs2 given
checking for tomcat33 location... not provided
checking for tomcat40 location... not provided
checking for tomcat41 location... not provided
checking for JDK location (please wait)... /opt/java from environment
checking Java platform... checking Java platform...
checking os_type directory...  hp-ux
configure: error: Cannot find any WebServer

Can you help me ?






Stuart Stephen [EMAIL PROTECTED]
20/08/2003 13:28
Veuillez répondre à Tomcat Users List

 
Pour :  Tomcat Users List [EMAIL PROTECTED]
cc : 
Objet : RE: build mod_jk2 ?


# cd /usr/local/src
# wget
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz

# gunzip -dc jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz | tar xf -
# cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2

# ./configure --with-apxs2=/usr/local/apache2/bin/apxs
# make

# cd ../build/jk2/apache2
# ls -la

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: 20 August 2003 11:59
To: [EMAIL PROTECTED]
Subject: build mod_jk2 ?


Hi,

I have Tomacat 4.1.27 , and apache 2.0.35 on HP-UX 11.0
Where can I found the procedure and the source to build mod_jk2 ?

Thanks in advance



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






How To Build mod_jk2 with JNI Support

2003-08-17 Thread Bongrip
I get this error during configure:

need to check for Perl first, apxs depends on it...
checking for perl... /usr/bin/perl
building connector for apache-2.0
configure: error: valid apr source dir location required
Here is my configure command:
./configure --with-apxs2=/usr/local/apache2/bin/apxs 
--with-tomcat41=/usr/local/jakarta-tomcat-4.1.27 
--with-java-home=/usr/local/jakarta-tomcat-4.1.27/j2sdk1.4.2 --with-jni 
--with-apache13=no --with-apr=/usr/local/src/httpd-2.0.47/srclib/apr

Any ideas?

Thx,
CC
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]