First of all
Please post ONLY the relevant part of your httpd.conf, we don't need to
know all your LoadModules lines
Second,
Your are using ajp12, and that isn't included in your worker.list, and even if
it were, it probably would using 8007 (ajp12) unless you change your
worker.properties
Aryeh
> worker.list=ajp13
^^^^^^^
>
>
> worker.ajp12.port=8007
^^^^^
> worker.ajp12.host=localhost
> worker.ajp12.type=ajp12
>
> JkMount /examples/servlet/* ajp12
> JkMount /examples/*.jsp ajp12
---
Aryeh Katz
VASCO
www.vasco.com
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>