Integration of Tomcat, Apache, IIS

xiaoxiao2021-03-06  85

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

5.

转载请注明原文地址:https://www.9cbs.com/read-98502.html

New Post(0)