Selcuk Yazar wrote:
Hi,

I've installed on my w2k server machine

jakarta-tomcat-4.1.31 and apache_2.0.52 .
everything is fine tomcat samples running with no error, then i've try to
install
mod_jk-1.2.8-apache-2.0.52.so module for apache, and added load module
direction
httpd.conf file  and i create worker.properties file in tomcat conf/jk
directory
like below.

worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13


OK. That is correct.


when i try http://localhost/examples/jsp/index.html get list of examples


Inside http.conf add:

LoadModule jk_module modules/mod_jk.so
JkWorkersFile conf/workers.properties
JkLogLevel error
JkLogFile logs/mod_jk.log
JkMount /examples/* ajp13


Also is it worker.properties or workers.properties ?


Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to