Think John meant the Jk Configuration entries of your httpd.conf, not your worers.properties - i also asked for that in a previous post.
If you want help, answer the questions :-)
At 14:35 16.07.2003 -0700, you wrote:
John Turner wrote:
This will go a lot faster if you please post your JK configuration. It could be as simple as you having the JkMount messed up, or it could be something else.
John
Yea, it was in the original post:
>>>> worker.list=worker1 >>>> >>>> worker.worker1.type=ajp13 >>>> worker.worker1.host=localhost >>>> worker.worker1.port=8009 >>>> worker.worker1.lbfactor=50 >>>> worker.worker1.cachesize=10 >>>> worker.worker1.cache_timeout=600 >>>> worker.worker1.socket_keepalive=1 >>>> worker.worker1.socket_timeout=300
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
My bad, I thought I posted those too: Here is the httpd.conf mod_jk config entries:
# MOD_JK Config
JkWorkersFile conf/workers.properties
JkLogFile /usr/local/apache/logs/mod_jk.log
JkLogLevel debug
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
JkMount /*.jsp worker1
JkMount /webapp/*.jsp worker1
I placed these entries right after the AddModule directives.
-Chuck
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
