Well, I managed to get it. And I feel unbelievably stupid (as is the case with most problems). The simple fix is
worker.list=default
rather than
workers.list=default



On Jan 13, 2005, at 11:03 AM, Mladen Turk wrote:

Pat Maddox wrote:
I'm using JBoss 4.0.1 with integrated Tomcat 5, and I'm trying to connect it to Apache 2. Whenever I make a request to a resource that should be passed along to Tomcat, I get a 500 Internal Server error. Looking at the mod_jk.log shows:
[Thu Jan 13 13:45:34 2005] [jk_worker.c (94)]: wc_get_worker_for_name, done did not find a worker
# Define worker
workers.list=default
worker.default.port=8009
worker.default.host=localhost
worker.default.type=ajp13



Can you resolve the 'localhost'? See if you have localhost inside etc/hosts or use 127.0.0.1 for host name.

Also, you can provide the mod_jk version used (1.2.8, etc.)

Mladen.

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



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



Reply via email to