APACHE HTTP SERVER , TOMCAT connected with mod_jk

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KinnarSen
    New Member
    • Sep 2006
    • 3

    APACHE HTTP SERVER , TOMCAT connected with mod_jk

    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
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    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...

    Comment

    • sashi
      Recognized Expert Top Contributor
      • Jun 2006
      • 1749

      #3
      Hi there,

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

      Comment

      • KinnarSen
        New Member
        • Sep 2006
        • 3

        #4
        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

        Comment

        • sicarie
          Recognized Expert Specialist
          • Nov 2006
          • 4677

          #5
          How did you do your initial install, was it with 'yum' or manually unzipping, configuring, and making the packages?

          Comment

          • sashi
            Recognized Expert Top Contributor
            • Jun 2006
            • 1749

            #6
            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,

            Code:
              /etc/httpd/conf/httpd.conf

            Comment

            Working...