2、修改%apache%\conf\httpd.conf 在文件末尾添加: Include conf/mod_jk2.conf
3、在%apache%\conf下新建文件 mod_jk2.conf 文件内容如下:
# Load mod_jk module. Specify the filename # of the mod_jk lib you’ve downloaded and # installed in the previous section LoadModule jk_module modules/mod_jk-1-2-13-apache-2-0-54.so # Where to find workers.properties JkWorkersFile conf/workers2.properties # Where to put jk logs JkLogFile logs/mod_jk.log # Set the jk log level [debug/error/info] JkLogLevel info # Select the log format