tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2

2004-01-02 Thread Srini
Hi,
I have a win2k machine trying to configure these. I am able to work apache
and tomcat individually. When I try to connect these using jk2 getting into
problems.. I have followed the John Turner win2k instructions. When ever I
add
-- LoadModule jk_module modules/mod_jk2-2.0.43.dll
-- Include C:/Tomcat4.1/conf/auto/mod_jk.conf
in httpd.con of apache and try to test using
c:\apache\apache2\bin\apache.exe -t

I am getting
Syntax error on line 174 of C:/Apache/Apache2/conf/httpd.conf:
Can't locate API module structure `jk_module' in file
C:/Apache/Apache2/modules/
mod_jk2-2.0.43.dll: No error

Any solution will be appreciated.

Thanks - srini.

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



Re: tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2

2004-01-02 Thread Charles Meier
Srini,

For Linux, I get similar errors unless I write the
LoadModule line as:
LoadModule jk2_module modules/mod_jk2.so

Srini wrote:
Hi,
I have a win2k machine trying to configure these. I am able to work apache
and tomcat individually. When I try to connect these using jk2 getting into
problems.. I have followed the John Turner win2k instructions. When ever I
add
-- LoadModule jk_module modules/mod_jk2-2.0.43.dll
-- Include C:/Tomcat4.1/conf/auto/mod_jk.conf
in httpd.con of apache and try to test using
c:\apache\apache2\bin\apache.exe -t
I am getting
Syntax error on line 174 of C:/Apache/Apache2/conf/httpd.conf:
Can't locate API module structure `jk_module' in file
C:/Apache/Apache2/modules/
mod_jk2-2.0.43.dll: No error
Any solution will be appreciated.

Thanks - srini.

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


--
Charles Meier
PeerPro, LLC.
[EMAIL PROTECTED]
http://www.peerpro.net
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2

2004-01-02 Thread Mark Eggers
John's excellent instructions are written for mod_jk

mod_jk2 is different.

There are several How-To's available.

[link]  Tomcat-Apache using JK2 connector

from the FAQ page or

http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb

are two good sources of information.

HTH
/mde/
just my two cents . . . .


__
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003

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



RE: tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2

2004-01-02 Thread Enils Bashi
Hi,

I am sure everyone has seen the good work John has done with his how-to's;
but I am supprised at some people's denial when it comes to admitting
building problems on Redhat 9. I have tried building mod_jk and mod_jk2 from
source many times for tomcat 4.1.27 and apache-2.0.44; but it is impossible.
I am sure numerous users are having the same problems, but they are directed
to how-to's that don't deliver. I am curious to know whether someone has
succeeded in building mod_jk of any kind for Redhat 9 with tomcat 4 and
apache2.


Enils


-Original Message-
From: Mark Eggers
To: Tomcat Users List
Sent: 1/2/2004 3:59 PM
Subject: Re: tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2

John's excellent instructions are written for mod_jk

mod_jk2 is different.

There are several How-To's available.

[link]  Tomcat-Apache using JK2 connector

from the FAQ page or

http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb

are two good sources of information.

HTH
/mde/
just my two cents . . . .


__
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003

-
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: tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2

2004-01-02 Thread Mike Millson
I have never had a problem building either. Maybe this article will
help:

http://www.meritonlinesystems/docs/apache_tomcat_redhat.html

On Fri, 2004-01-02 at 18:12, Enils Bashi wrote:
 Hi,
 
 I am sure everyone has seen the good work John has done with his how-to's;
 but I am supprised at some people's denial when it comes to admitting
 building problems on Redhat 9. I have tried building mod_jk and mod_jk2 from
 source many times for tomcat 4.1.27 and apache-2.0.44; but it is impossible.
 I am sure numerous users are having the same problems, but they are directed
 to how-to's that don't deliver. I am curious to know whether someone has
 succeeded in building mod_jk of any kind for Redhat 9 with tomcat 4 and
 apache2.
 
 
 Enils
 
 
 -Original Message-
 From: Mark Eggers
 To: Tomcat Users List
 Sent: 1/2/2004 3:59 PM
 Subject: Re: tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2
 
 John's excellent instructions are written for mod_jk
 
 mod_jk2 is different.
 
 There are several How-To's available.
 
 [link]  Tomcat-Apache using JK2 connector
 
 from the FAQ page or
 
 http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb
 
 are two good sources of information.
 
 HTH
 /mde/
 just my two cents . . . .
 
 
 __
 Do you Yahoo!?
 Find out what made the Top Yahoo! Searches of 2003
 http://search.yahoo.com/top2003
 
 -
 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]


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



RE: tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2

2004-01-02 Thread Oscar Carrillo
Hi,

Ok, I just did it for about the 5th time (mod_jk) on a completely new
installation. I even have it running with the new and improved kernel
2.6.0!


I'd say the common mistakes are:

1. Not removing the RPMS that will conflict, such as httpd and tomcat.

2. Not updating the critical updates first. nptl-devel and glibc 
   primarily.

3. Trying to do a mixture of RPMS and build compiles.

4. Not setting LD_KERNEL_ASSUME=2.2.5 in case you have problems with 
   threads. 
   Personally, I'm not convinced that this is necessary in all cases.

5. Not configuring your environment variables right from the start

6. Then of course messing up the syntax of the config files.

John Turner's site is well-written, but I would suggest taking a look at
mine as it sometimes is clearer to someone seeing it explained two
different ways.

http://daydream.stanford.edu/tomcat/install_web_services.html

Oscar

On Fri, 2 Jan 2004, Enils Bashi wrote:

 Hi,
 
 I am sure everyone has seen the good work John has done with his how-to's;
 but I am supprised at some people's denial when it comes to admitting
 building problems on Redhat 9. I have tried building mod_jk and mod_jk2 from
 source many times for tomcat 4.1.27 and apache-2.0.44; but it is impossible.
 I am sure numerous users are having the same problems, but they are directed
 to how-to's that don't deliver. I am curious to know whether someone has
 succeeded in building mod_jk of any kind for Redhat 9 with tomcat 4 and
 apache2.
 
 
 Enils
 
 
 -Original Message-
 From: Mark Eggers
 To: Tomcat Users List
 Sent: 1/2/2004 3:59 PM
 Subject: Re: tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2
 
 John's excellent instructions are written for mod_jk
 
 mod_jk2 is different.
 
 There are several How-To's available.
 
 [link]  Tomcat-Apache using JK2 connector
 
 from the FAQ page or
 
 http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb
 
 are two good sources of information.
 
 HTH
 /mde/
 just my two cents . . . .
 
 
 __
 Do you Yahoo!?
 Find out what made the Top Yahoo! Searches of 2003
 http://search.yahoo.com/top2003
 
 -
 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]
 


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



tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2

2003-10-17 Thread Srinivasu Gandu
Hi,
I have a win2k machine trying to configure these. I am
able to work apache and tomcat individually. When I
try to connect these using jk2 getting into problems..
I have followed the John Turner win2k instructions.
When ever I add 
-- LoadModule jk_module modules/mod_jk2-2.0.43.dll
-- Include C:/Tomcat4.1/conf/auto/mod_jk.conf
in httpd.con of apache and try to test using
c:\apache\apache2\bin\apache.exe -t 

I am getting 
Syntax error on line 174 of
C:/Apache/Apache2/conf/httpd.conf:
Can't locate API module structure `jk_module' in file
C:/Apache/Apache2/modules/
mod_jk2-2.0.43.dll: No error

I can't find the same versions of apache and jk connector.
Any solution will be appreciated.

Thanks - srini.

 

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



RE: tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2

2003-10-17 Thread Dean Searle
Try LoadModule jk2_module   modules/mod_jk2-2.0.43.dll

you current have LoadModule jk_module. That should work for you. Also if you need more 
information I have write a document on what you are setting up at 
http://www.computingoasis.com/apache just download the pdf from there. There are also 
numerous posts in the archives about this also.


Cheers

--Dean

-Original Message-
From:   Srinivasu Gandu [mailto:[EMAIL PROTECTED]
Sent:   Fri 10/17/2003 09:34
To: 'Tomcat Users List'
Cc: 
Subject:tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2
Hi,
I have a win2k machine trying to configure these. I am
able to work apache and tomcat individually. When I
try to connect these using jk2 getting into problems..
I have followed the John Turner win2k instructions.
When ever I add 
-- LoadModule jk_module modules/mod_jk2-2.0.43.dll
-- Include C:/Tomcat4.1/conf/auto/mod_jk.conf
in httpd.con of apache and try to test using
c:\apache\apache2\bin\apache.exe -t 

I am getting 
Syntax error on line 174 of
C:/Apache/Apache2/conf/httpd.conf:
Can't locate API module structure `jk_module' in file
C:/Apache/Apache2/modules/
mod_jk2-2.0.43.dll: No error

I can't find the same versions of apache and jk connector.
Any solution will be appreciated.

Thanks - srini.

 

-
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]