Yoav:
  Thank You!  That was it. I re-read the servlet spec 2.4, section
"Mapping Requests to Servlets." I see it now. Can't help feeling dumb :(

  I guess OC4J is more liberal in evaluating the mapping or deviated from
the Sun spec here?

Anyway, Thanks Again! :)
-Ryan


>
> Hi,
>
> >What I believe to be the relevant portion of the error from
> catalina.out:
> >java.lang.IllegalArgumentException:
> > Invalid <url-pattern> /tool/*.afr in filter mapping
> >(full error output follows below my sig).
>
> This is an illegal URL pattern as the error message says.  You can have
> suffix patterns (*.afr) and prefix patterns (/tool/*), but not a pattern
> that combined both.
>
> Yoav Shapira

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

Reply via email to