Apache to Tomcat redirect

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rbeech23
    New Member
    • Jul 2008
    • 1

    Apache to Tomcat redirect

    I've been trying to get this working and encountering problems
    I've worked out how to set up the mod_jk.conf file, the workers.propert ies, amendment of server.xml and httpd.conf
    Tomcat appears okay but when I make a change to httpd.conf apache refuses to restart and doesnt give anything useful in the logs

    My first port of call to make progress is to try and load the mod_jk module. I'm running apache 2.2 on windows vista (and tried xp) and have added this to httpd.conf
    LoadModule jk_module modules/mod_jk.so

    I've also tried it with mod_jk.dll but it fails with both
    Ideally I'd like to add the include line to pick up the mod_jk.conf file but cant see the point at the moment if I cant get the mod_jk module to load

    Can anyone please help ?

    Thanks
    Rob
Working...