2010年8月11日水曜日

TomcatとApache連携方法

1:Apacheの設定を実施
 ■C:\Apache2.2\conf\フォルダに「workers2.properties 」というファイルを作成
 ■「workers2.properties」の内容は以下
####################################################
[status:]
[uri:/jkstatus/*]
group=status:
[shm:]
disabled=1
[channel.socket:]
[ajp13:]
[uri:/servlets-examples/*]
####################################################
 
■C:\Apache2.2\conf\フォルダ内の「httpd.conf」ファイルを開く
 ■最終行に以下の内容を追記
####################################################
LoadModule jk2_module modules/mod_jk2.so
<IfModule mod_jk2.c>
#-----------------------------------------------
# Where to find the workers2.properties file
#-----------------------------------------------
#
#JkSet config.file /usr/local/etc/apache2/workers2.properties
JkSet config.file "C:/Program Files/Apache Software Foundation/Apache2.2/conf/workers2.properties"
</IfModule>
####################################################

Apacheサーバーを再起動して完了です



0 件のコメント:

コメントを投稿