• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

connecting tomcatt 4.1 with apache 1.3 on windowsXP

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I placed the mod_jk2-1.3.27.dll file under apache\modules and added the following in httpd.conf

LoadModule jk_module modules/mod_jk2-1.3.27.dll
AddModule mod_jk.c

When i start the server i get the following error

Syntax error on line 989 of c:/program files/apache group/apache/conf/httpd.conf
: Can't locate API module structure `jk_module' in file c:/program files/apache group/apache/modules/mod_jk2-1.3.27.dll: (127) The specified procedure could not be found:

should i be using mod_jk2-1.3.27.dll??? I downloaded jakarta-tomcat-connectors-jk2.0.4-win32-apache1.3.29.zip form apache site and that had mod_jk2.so.What is the difference between .so and .dll ?

could someone tell me what i should be doing now.
 
If you live in a cold climate and on the grid, incandescent light can use less energy than LED. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic