Connecting Tech Pros Worldwide Help | Site Map

APACHE HTTP SERVER , TOMCAT connected with mod_jk

Newbie
 
Join Date: Sep 2006
Posts: 3
#1: Nov 7 '06
Hi
I am new to APACHE , TOMCAT arena . For my application i need to install Apache with mod_jk support so that it can connect with a standalone Tomcat server.
I am following the instruction of installation but the problem i am facing is whenever i am making the change in the httpd.conf file to load the mod_jk.so module it is gving me the error

Cannot Load module ........

APACHE is SSL enabled . Any hlep will be highly appreciated

Thanks and regards
Kinnar
sicarie's Avatar
Moderator
 
Join Date: Nov 2006
Location: USA
Posts: 3,929
#2: Nov 7 '06

re: APACHE HTTP SERVER , TOMCAT connected with mod_jk


Kinnar-

I'm going to start basic here (please don't take offense, I've seen a lot of good people make assumptions about installs they didn't do themselves...), are you sure mod_jk is installed?

What is the line you are putting into httpd.conf to try to load it?

Also, the operating system (Windows or *nix) might help...
sashi's Avatar
Expert
 
Join Date: Jun 2006
Location: Seremban, Malaysia
Posts: 1,630
#3: Nov 7 '06

re: APACHE HTTP SERVER , TOMCAT connected with mod_jk


Hi there,

Kindly refer to below attached link for further reading & understanding, hope it helps.Good luck & take care.

http://tomcat.apache.org/tomcat-3.3-..._jk-howto.html
Newbie
 
Join Date: Sep 2006
Posts: 3
#4: Nov 15 '06

re: APACHE HTTP SERVER , TOMCAT connected with mod_jk


Quote:

Originally Posted by sicarie

Kinnar-

I'm going to start basic here (please don't take offense, I've seen a lot of good people make assumptions about installs they didn't do themselves...), are you sure mod_jk is installed?

What is the line you are putting into httpd.conf to try to load it?

Also, the operating system (Windows or *nix) might help...

Hi
Sorry for being late to reply ....

I am giving all my details below

JDK 1.4
TOMCAT 4.1.34
APACHE 2.0.53
OS - RED HAT LINUX

I am trying to put line

LoadModule jk_module /modules/mod_jk.so

I am basically completely new to this field so whatever you said is right I need to start from the basic

Kinnar
sicarie's Avatar
Moderator
 
Join Date: Nov 2006
Location: USA
Posts: 3,929
#5: Nov 15 '06

re: APACHE HTTP SERVER , TOMCAT connected with mod_jk


How did you do your initial install, was it with 'yum' or manually unzipping, configuring, and making the packages?
sashi's Avatar
Expert
 
Join Date: Jun 2006
Location: Seremban, Malaysia
Posts: 1,630
#6: Nov 16 '06

re: APACHE HTTP SERVER , TOMCAT connected with mod_jk


Quote:

Originally Posted by KinnarSen

Hi
Sorry for being late to reply ....

I am giving all my details below

JDK 1.4
TOMCAT 4.1.34
APACHE 2.0.53
OS - RED HAT LINUX

I am trying to put line

LoadModule jk_module /modules/mod_jk.so

I am basically completely new to this field so whatever you said is right I need to start from the basic

Kinnar

Hi there,

What's the problem? You need to know where to add the "LoadModule xyz" line? Kindly refer to below,

Expand|Select|Wrap|Line Numbers
  1.   /etc/httpd/conf/httpd.conf
  2.  
Reply