Re: Help with Apache-Tomcat configuration

2001-03-15 Thread Gerard BORREILL

Sorry for this late answer but my company was moving.

 I think you have now the answer.
 As far as I remember DSO modules are modules that are loaded dynamically. This
allows to add or remove a module without stopping
apache.
 mod_jk is a DSO module.

 To compile apache with DSO I am using

./configure \
 --prefix=/usr/local/apache \
 --enable-rule=SHARED_CORE \
 --enable-module=so

make
make install

Grard,

Martin Mauri wrote:

 Dear Gerard,

 I'm sorry, but I'm afraid I didn't know anything about DSO, what does DSO
 mean?

 How can I recompile Apache  with the DSO support option?

 thanks in advance!!

 Martin

  Hum,
Well I do not remember exactly the error message, but I remember that if
 you
  do not compile Apache to support DSO an error like this  one may occur:
 Apache
  does not recognize the module as an apache module. So the solution is to
 compile
  Apache with DSO support.
 
I hope this helps,
 
  Grard
 
  Martin Mauri wrote:
 
   Hi!
  
   I'm trying to configure Apache with Tomcat using mod_jk as the adapter,
 and
   then I write it in the httpd.conf but when I install the mod_jk.so and
 start
   Apache, I get the following error:
  
   API module structure 'jk_module' in file /etc/httpd/modules/mod_jk.so is
   garbled
   - perhaps this is not an Apache module?
  
   please if anyone have some information, I'll be very happy!! :)
  
   regards.
  
   Lic. Martin O. Mauri
   Profesion + Auge A.F.J.P
   Parana 666 - Cap. Federal
   TE: (011) - 43737786/7
   [EMAIL PROTECTED]
   www.profesi.com.ar
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, email: [EMAIL PROTECTED]




Help with Apache-Tomcat configuration

2001-03-12 Thread Martin Mauri

Hi!

I'm trying to configure Apache with Tomcat using mod_jk as the adapter, and
then I write it in the httpd.conf but when I install the mod_jk.so and start
Apache, I get the following error:

API module structure 'jk_module' in file /etc/httpd/modules/mod_jk.so is
garbled
- perhaps this is not an Apache module?

please if anyone have some information, I'll be very happy!! :)

regards.

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) - 43737786/7
[EMAIL PROTECTED]
www.profesi.com.ar



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




Re: Help with Apache-Tomcat configuration

2001-03-12 Thread Gerard BORREILL

Hum,
  Well I do not remember exactly the error message, but I remember that if you
do not compile Apache to support DSO an error like this  one may occur: Apache
does not recognize the module as an apache module. So the solution is to compile
Apache with DSO support.

  I hope this helps,

Grard

Martin Mauri wrote:

 Hi!

 I'm trying to configure Apache with Tomcat using mod_jk as the adapter, and
 then I write it in the httpd.conf but when I install the mod_jk.so and start
 Apache, I get the following error:

 API module structure 'jk_module' in file /etc/httpd/modules/mod_jk.so is
 garbled
 - perhaps this is not an Apache module?

 please if anyone have some information, I'll be very happy!! :)

 regards.

 Lic. Martin O. Mauri
 Profesion + Auge A.F.J.P
 Parana 666 - Cap. Federal
 TE: (011) - 43737786/7
 [EMAIL PROTECTED]
 www.profesi.com.ar

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


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




RE: Help with Apache-Tomcat configuration

2001-03-12 Thread John Towell

The 'garbled' message indicates problems in the mod_jk.so build.  See:
[EMAIL PROTECTED]; 

For instructions on rebuilding mod_jk or use mod_jk-howto that comes with
Tomcat source...

good luck 

-Original Message-
From: Gerard BORREILL
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: 3/12/01 7:40 AM
Subject: Re: Help with Apache-Tomcat configuration

Hum,
  Well I do not remember exactly the error message, but I remember that
if you
do not compile Apache to support DSO an error like this  one may occur:
Apache
does not recognize the module as an apache module. So the solution is to
compile
Apache with DSO support.

  I hope this helps,

Grard

Martin Mauri wrote:

 Hi!

 I'm trying to configure Apache with Tomcat using mod_jk as the
adapter, and
 then I write it in the httpd.conf but when I install the mod_jk.so and
start
 Apache, I get the following error:

 API module structure 'jk_module' in file /etc/httpd/modules/mod_jk.so
is
 garbled
 - perhaps this is not an Apache module?

 please if anyone have some information, I'll be very happy!! :)

 regards.

 Lic. Martin O. Mauri
 Profesion + Auge A.F.J.P
 Parana 666 - Cap. Federal
 TE: (011) - 43737786/7
 [EMAIL PROTECTED]
 www.profesi.com.ar

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


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

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




RE: Help with Apache-Tomcat configuration

2001-03-10 Thread John Towell

This happened to me - exactly the same message.  You need to recompile your
mod_jk.so.  Get the source for Tomcat from the Jakarta site, and compile the
mod_jk.so according to the instructions in mod_jk-howto which comes with
Tomcat.  Good luck... 

-Original Message-
From: Martin Mauri
To: [EMAIL PROTECTED]
Sent: 3/9/01 2:48 PM
Subject: Help with Apache-Tomcat configuration

Hi!

I'm trying to configure Apache with Tomcat using mod_jk as the adapter,
and
then I write it in the httpd.conf but when I install the mod_jk.so and
start
Apache, I get the following error:

API module structure 'jk_module' in file /etc/httpd/modules/mod_jk.so is
garbled
- perhaps this is not an Apache module.

please if anyone have some information, I'll be very happy!! :)

regards.

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) - 43737786/7
[EMAIL PROTECTED]
www.profesi.com.ar


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

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




RE: Help with Apache-Tomcat configuration

2001-03-10 Thread John Towell

Also - for additional mod_jk information and binaries, see:

http://willow.cc.edu/docs/adminguide/  

-Original Message-
From: John Towell
To: '[EMAIL PROTECTED]'
Sent: 3/10/01 9:02 AM
Subject: RE: Help with Apache-Tomcat configuration

This happened to me - exactly the same message.  You need to recompile
your
mod_jk.so.  Get the source for Tomcat from the Jakarta site, and compile
the
mod_jk.so according to the instructions in mod_jk-howto which comes with
Tomcat.  Good luck... 

-Original Message-
From: Martin Mauri
To: [EMAIL PROTECTED]
Sent: 3/9/01 2:48 PM
Subject: Help with Apache-Tomcat configuration

Hi!

I'm trying to configure Apache with Tomcat using mod_jk as the adapter,
and
then I write it in the httpd.conf but when I install the mod_jk.so and
start
Apache, I get the following error:

API module structure 'jk_module' in file /etc/httpd/modules/mod_jk.so is
garbled
- perhaps this is not an Apache module.

please if anyone have some information, I'll be very happy!! :)

regards.

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) - 43737786/7
[EMAIL PROTECTED]
www.profesi.com.ar


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

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

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




Re: Help with Apache-Tomcat configuration

2001-03-10 Thread RameshBabu R Muthuvel

Hi

Installing  mod_jserv


1)Uncompress the download in some sensible place.

2)Copy the "ApacheModuleJServ.dll"  file into the Apache modules directory ( 
in our case c:\program files\apache group\apache\modules directory)

3)Start tomcat and keep it running

4)Edit the "httpd.conf" file ( in our case available in c:\progam 
files\apache group\apache\conf directory)

5)Add the following line to the end,

6)Include "c:\Program Files\Apache 
Group\jakarta-tomcat-3.2.1\conf\tomcat-apache.conf"

(use the correct path in your installation)

7)Save the file and stop Tomcat



Follow the above instructions. this worked for me

cheers

ramesh
[EMAIL PROTECTED]

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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




Help with Apache-Tomcat configuration

2001-03-09 Thread Martin Mauri

Hi!

I'm trying to configure Apache with Tomcat using mod_jk as the adapter, and
then I write it in the httpd.conf but when I install the mod_jk.so and start
Apache, I get the following error:

API module structure 'jk_module' in file /etc/httpd/modules/mod_jk.so is
garbled
- perhaps this is not an Apache module.

please if anyone have some information, I'll be very happy!! :)

regards.

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) - 43737786/7
[EMAIL PROTECTED]
www.profesi.com.ar


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