You can't.
But you can you a filter to
- trap all requests
- look for /images/
- use getNamedDispatcher("default") to get the default servlet
- forward
- ignore the rest of the filter chain-Tim
Peter Johnson wrote:
Hi all,
how would one go about mapping say /images/* to the default servlet to override an application mapping of /* to appServlet?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
