>>I couldn't get http://myhost/examples/servlets/ until >>I comment [uri:/examples/servlet/*] . >> >>And I've set [uri:/examples/*] so any uri under /examples/* >>should be directed to tomcat isn't it ? >> > > > Never tried. Could be a bug or a feature :-)
Hum, since the uri is new to jk2, I think it's a bug. > Do you thing we need to solve that? Yes, since when you've got [uri:/examples/*], it should override any others definition, using the same worker. But if some uris in this context, goes to differents workers, you shouldn't override. ie : uri:/examples/*.jsp => worker1 uri:/examples/* => worker2 I understand that, send to worker2 everything under examples except the jsp which will be handled by worker1. Regards ;-) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>