• 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

Configuring tomcat and apache on linux

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
I have tried the procedure to connect Apache with Tomcat on RedHat Linux , but it does not work.
The procedure says it requires mod_jk.so file but it is not available , instead mod_jk.so-eapi is available for download.
Please help me in solving the connectivity between Apcahe and Tomcat on RedHat Linux.
Is there anyone who had done it before ?
I have included the following in the httpd.conf file of apache
LoadModule jk_module libexec/mod_jk.so-eapi
AddModule mod_jk.c
JkWorkersFile /usr/local/jakarta-tomcat/conf/workers.properties
JkLogFile /usr/local/apache/logs/mod_jk.log
Please reply to the earliest.
Thanking You in Advance.
Pravin Joshi.
 
reply
    Bookmark Topic Watch Topic
  • New Topic