RE: jk2 uri normal behaviour

2002-09-26 Thread Mladen Turk
> From: Henri Gomez > > 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. > Yes it's a bug... Seems that the trailing slash is not compa

Re: jk2 uri normal behaviour

2002-09-26 Thread Henri Gomez
>>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 t

RE: jk2 uri normal behaviour

2002-09-26 Thread Mladen Turk
> -Original Message- > From: Henri Gomez [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 1:09 PM > To: Tomcat Developers List > Subject: Re: jk2 uri normal behaviour > > > Mladen Turk wrote: > > Look into the /examples/Web-inf/web

Re: jk2 uri normal behaviour

2002-09-26 Thread Henri Gomez
Mladen Turk wrote: > Look into the /examples/Web-inf/web.xml ;) What do you means ? 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 ? -- To unsubsc

RE: jk2 uri normal behaviour

2002-09-26 Thread Mladen Turk
Look into the /examples/Web-inf/web.xml ;) > From: Henri Gomez > > I could get : > -- To unsubscribe, e-mail: For additional commands, e-mail:

jk2 uri normal behaviour

2002-09-26 Thread Henri Gomez
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