I am attempting to connect Apache 2.0.45 and Tomcat 5. Tomcat responds to
8080 on localhost and other machines on my network. This is my confusion:

1) I have been through the docs on the Jakarta site and am not sure if I
should be using mod-jk or mod-jk2.

2) I am running on a Windows 2000 Professional machine. I downloaded both
the above into the Apache modules directory and added the LoadModule and
AddModule statements (pointing to either mod_jk or mod_jk2). However, Apache
will not start with the statements. It gets two application event errors:
    Invalid syntax pointing to the LoadModule statement
   The Can't locate API module structure 'webapp_module' in file (points to
the mod_jk or jk2 dll file).

Here are the parameters (commented out so I could start Apache):
   #LoadModule webapp_module modules/mod_jk2-2.0.43.dll
   #AddModule mod_jk.c
   #<IfModule mod_jk.c>
   #  JkWorkersFile "G:\Apache-2.0.45\Apache2\conf\workers.properties"
   #  JkMount /examples/* jk2
   #  JkMount /tomcat-docs/* jk2
   #  JkLogFile "G:\jakarta-tomcat-5\dist\logs\mod_jk.log"
   #  JkLogLevel info
   #</IfModule>

I notice that all other LoadModule statements point to files with a .so
ending. Should I rename the mod.jk dll or do I have to download something
else?

I am very new to this so I confuse easily when reading the docs.
Thank you for your help.

Dave

==========================================================================
        Dave Shaffer
        email:     [EMAIL PROTECTED]
        Web Site:  http://www.litehaus.org
--------------------------------------------------------------------------
Time moves on, the moment passes, and then it is gone!
C a r p e   D i e m !! - Seize The Day!
--------------------------------------------------------------------------
The best way to escape from a problem is to solve it.
     --Alan Saporta
--------------------------------------------------------------------------

Reply via email to