I've got a question about uris :

In my workers2.properties I've got :

[uri:/examples]
info=Example webapp in the default context.
context=/examples
debug=0

[uri:/examples/servlet/*]
info=Prefix mapping

[uri:/examples/*.jsp]
info=Extension mapping

[uri:/examples/*]
info=Map the whole webapp

I could get :

http://myhost/examples/
http://myhost/examples
http://myhost/examples/jsp/
http://myhost/examples/jsp/num/numguess.jsp
http://myhost/examples/servlet/HelloWorldExample
http://myhost/examples/images/
http://myhost/examples/images/code.gif

But can't get :

http://myhost/examples/servlets/

Why ?

I should have to comment [uri:/examples/servlet/*]
to get access to http://myhost/examples/servlets/

More information is welcomed

BTW, tested using latest JK2 with Apache 1.3 (without apr)


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

Reply via email to