Greetings All...
Two days ago I had a configuration that was working to TC5, but after adding in the patches since then, all I get is 'Internal Server Error' which natuarally enough isn't a great deal of help.


The /status/ page(s) show fine.

My workers.properties looks like:
--------------------------------
worker.list=lb1,status
worker.worker1.type=ajp13
worker.worker1.port=9009
worker.worker1.host=localhost
worker.worker2.type=ajp13
worker.worker2.port=9009
worker.worker2.host=10.202.65.190
worker.lb1.type=lb
worker.lb1.balanced_workers=worker1,worker2
worker.status.type=status
-------------------------

and the httpd.conf settings look like:

-----------------------------------------
JkShmFile     SYS:/Apache21/conf/shm.file
JkWorkersFile SYS:/Apache21/conf/workers.properties
JkLogFile     SYS:/Apache21/logs/mod_jk21.log
JkLogLevel    debug
JkMount /status/*   status
JkMount /*.jsp      lb1
JkMount /servlet/*  lb1
JkMount /admin      lb1
JkMount /admin/*    lb1
JkMount /manager    lb1
JkMount /manager/*  lb1
-----------------------------------------

Anything radically wrong with this before I start poking in the code and the Tomcat?

Regards,
Norm

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



Reply via email to