• 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

tomcat and apache integration

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

someone know why tomcat don�t generate mod_jk.conf correctly.
Here it�s generation:
########## Auto generated on Fri Feb 20 17:47:51 BRT 2004##########
<IfModule !mod_jk.c>
LoadModule jk_module C:/apache/Apache2/modules/mod_jk.dll
</IfModule>
JkWorkersFile "c:/tomcat/conf/jk/workers.properties"
JkLogFile "c:/tomcat/logs/mod_jk.log"
JkLogLevel emerg

Thank you for help,
Thiago Varella
 
reply
    Bookmark Topic Watch Topic
  • New Topic