You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Matt Coolidge <mc...@thevan.com> on 2000/11/29 20:14:20 UTC

mod_jk config question under WinNT

Hi - to configure Apache to use mod_jk under Solaris the httpd.conf code
looks like:

# Load mod_jk 
LoadModule jk_module libexec/mod_jk.so 
AddModule mod_jk.c 
QUESTION: Is this code identical under WinNT or would it be mod_jk.dll? An
example snippet would be great.

Thx,
-MC