• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Integrating Tomcat with Apache

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to integrate Tomcat with Apache.
I have made the following changes in my httpd.conf file
#This has been added in the modules section
LoadModule jk_module modules/mod_jk.dll
#This has been added at the end of httpd.conf
JkWorkersFile "C:/jakarta-tomcat-4.0.2/conf/worker/workers.properties"
JkLogFile "C:/Program Files/Apache Group/Apache2/logs/mod_jk.log
JkLogLevel info
JkMount /*.jsp ajp13
Whenever i start the Apache server i get the following error message
The Apache service named reported the following error:
>>> Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_jk.dll into server: The specified procedure could not be found.
even though i have mod_jk.dll in the modules directory.
Any pointers for solving this query is welcome
Regards
Prashant Kumar
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This belongs in Apache/Tomcat, so it's being moved there.
reply
    Bookmark Topic Watch Topic
  • New Topic