<IfModule mod_jk2.c>
#-----------------------------------------------
# Where to find the workers2.properties file
#-----------------------------------------------
#
JkSet config.file C:/Program Files/Apache Group/Apache2/conf/workers2.properties
</IfModule>
LoadModule jk2_module modules/mod_jk2.so
#設定說明文件對應(若你不需要,可省略此段)
<Location "/tomcat-docs">
JkUriSet worker ajp13:localhost:8009
</Location>
|