Hi, 
I am working with tomcat4.0.4 and apache 2.0.39, and
using jk_mod to connect them.
The intresting thing is even after getting this error,
my tomcat and apache are working together...
i can access all the servlets from apache port.
so do i neglect this error, or else how can i fix it.
I have given the worker.properties file, and the
httpd.conf file belpw

My worker.properties file is
################
workers.tomcat_home=c:/tomcat4.0.4
workers.java_home=$(JAVA_HOME)
ps=\

worker.list=ajp13, ajp14
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
worker.ajp13.lbfactor=1

worker.ajp14.port=8010
worker.ajp14.host=localhost
worker.ajp14.type=ajp14
worker.ajp14.secretkey=secret
worker.ajp14.credentials=myveryrandomentropy
worker.ajp14.lbfactor=1

worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=ajp13
worker.inprocess.type=jni
worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar
worker.inprocess.cmd_line=start
worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$(ps)classic$(ps)jvm.dll
worker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stdout
worker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stderr

###############
lines added in httpd.conf file

<IfModule !mod_jk.c> 
LoadModule jk_module modules/mod_jk.dll 
</IfModule> 

JkWorkersFile
"c:/tomcat4.0.4/conf/jk/workers.properties"
JkLogFile "c:/tomcat4.0.4/logs/mod_jk.log"

JkLogLevel info

JkMount /manager ajp13
JkMount /manager/* ajp13





__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

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

Reply via email to