Tomcatコネクタのインストール

jakarta-tomcat-connectors-jk2.0.4-win32-apache2.0.49.zip を解凍
②[解凍フォルダ]/modules/mod_jk2.so を [Apache Home]/modules にコピー
③[Apache Home]/confに"workers2.properties"を作成。

【中身】
[shm]
info=Scoreboard. Requried for reconfiguration and status with multiprocess servers.
disabled=1
#file=anon

# Defines a load balancer named lb. Use even if you only have one machine.
#[lb:lb]

# Example socket channel, override port and host.
[channel.socket:]
#[channel.socket:localhost:8009]
#port=8009
#host=127.0.0.1

# define the worker
[ajp13:]
#[ajp13:localhost:8009]
#channel=channel.socket:localhost:8009
#group=lb

# Map the Tomcat examples webapp to the Web server uri space
#[uri:/examples/*]
[uri:/Domburi/*]
#group=lb

[status:]
#info=Status worker, displays runtime information

[uri:/jkstatus/*]
info=The Tomcat /jkstatus handler
group=status:

Apache Home]/conf/httpd.conf を編集

【追記:モジュールのパス】
LoadModule jk2_module modules/mod_jk2.so

【追記:設定ファイルのパス】

#-----------------------------------------------
# Where to find the workers2.properties file
#-----------------------------------------------
#
#JkSet config.file /usr/local/etc/apache2/workers2.properties
JkSet config.file "C:/Program Files/Apache Group/Apache2/conf/workers2.properties"

Apache再起動で下記URLにアクセス

http://localhost/jkstatus