• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JK MOD Connector Problem

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi i am having a problem setting up JK mod connector. i know this topic has been beaten to death...but i have tried all options and i am frustrated. I always get the error
>>>>>>>>>>>>>>>>>>>>>>>
"Syntax error on line 4 of /usr/tomcat/conf/auto/mod_jk.conf:
Cannot load /usr/local/apache1.3.29/libexec/mod_jk.so into server: /usr/local/apache1.3.29/libexec/mod_jk.so: undefined symbol: ap_table_get"
<<<<<<<<<<<<<<<<<<<<<<<<
My config is
RH9.0,Tomcat 4.1.29, Apache 2.0.48/1.3.29, JK MOD 1.2.5.
Following are my entries in httpd.conf
>>>>>
LoadModule dir_module /usr/local/apache1.3.29/libexec/mod_dir.so
Include /usr/tomcat/conf/auto/mod_jk.conf
<<<<<
mod_jk.conf is generated automatically every time tomcat starts up.

I have tried mod_jk both on apache2.0.48 as well as 1.3.29..but no awail. If any one know wht is amiss..please let me know as i really need to get it working.
regards
suneel
 
suneel suresh
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
pleeeeeassse haaalp
 
Ranch Hand
Posts: 280
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After having no success what so ever in setting up mod_jk on linux, I switched to mod_jk2. It was a breeze in comparison, at least for me. If you want, I can email you some instructions that I have created over the past year.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic