Win2000 Professional系统下整合Tomcat服务器和Apache服务器[15]

[入库:2005年8月19日] [更新:2007年3月25日]

本文简介:选择自 zgtt 的 blog

      customlog logs/dummy-host.example.com-access_log common

      </virtualhost>

 

    注意documentroot一行要与自己的tomcat安装目录一致。

directoryindex一行是为了自动解释jsp类型的文件。

(5)c:\apache2\conf目录下新建一个文件,一定命名为workers2.properties workers2.properties内容如下:

[shm]

file=${serverroot}/logs/shm.file

size=1048576

 

# example socket channel override port and host.

[channel.socket:localhost:8009]

port=8009

host=127.0.0.1

 

# define the worker

[ajp13:localhost:8009]

channel=channel.socket:localhost:8009

本文关键:整合,虚拟目录
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top