First, the environment:
This test environment is:
Win2003
Enterprise
Server
Tomcat
5.0.28
IIS 6.0
Apache
1.6.2
Second, the integration of Apache and Tomcat
Plugin file:
1. Stop apache and tomcat server
2. Open the file: [Apache_Home] /conf/httpd.conf
3. Add "LoadModule JK2_Module Modules / MOD_JK2.SO"
4. Add a Virtual Host Point To [Tomcat_Home] / WebApps
ServerAdmin [WebAdmin Mail]
DocumentRoot [Tomcat_Home] / WebApps
DirectoryIndex index.htm index.html index.jsp
Servername [ServerHost]
Errorlog logs / [ServerHost] -Error_log
Customlog logs / [ServerHost] -Access_log Common
Virtualhost>
5.