Here is an example of what the problem is using workers2.properties;
If I try to do what I think should work;
[uri:/~*/servlet/*] info=UserDir worker=ajp13:localhost:8009
It will not pass to tomcat and I recieve an apache 404 error instead of the servlet defined by the invoker (or a tomcat 404 error if the invoker didn't exist)
If I try;
[uri:/~user/servlet/*] info=UserDir worker=ajp13:localhost:8009
or
[uri:/~*/servlet/HelloWorld] info=UserDir worker=ajp13:localhost:8009
It has no problem and everything works as it should, but it seems as thou it cannot deal with 2 wildcards if one is trailing the uri
Anybody have any ideas or know what I am doing wrong?
-RV
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
