(2)关掉tomcat服务器. (方法见"四、测试tomcat"中(3)说明)。
(3)将mod_jk2-2.0.43.dll复制到c:\apache2\modules子目录下。
(4)编辑c:\apache2\conf目录下配置文件httpd.conf。在此文件的最后添加以
下几行:
loadmodule jk2_module modules/mod_jk2-2.0.43.dll
<virtualhost *>
serveradmin webmaster@dummy-host.example.com
documentroot "c:/tomcat 4.1/webapps"
servername dummy-host.example.com
directoryindex index.htm index.html index.jsp
errorlog logs/dummy-host.example.com-error_log