|
|
Re: Tomcat4.1.18/Apache 2.0.44
|
Posted: Feb 10, 2003 2:39 PM
|
|
It looks to me like you are using either the wrong jk so or it is just specified wrong in your config file.
If you want to use JK2, then try: LoadModule jk2_module modules/mod_jk2-2.0.43.so
If you want to use the original JK, then try: LoadModule jk_module modules/mod_jk-2.0.43.so
Of course, for the second option you will need to download a binary for JK, which can be found by navigating through here:
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.2/
-frances
|
|