Hi There TC Peeps,
I have added a default servlet to a little test webapp
(<servlet-mapping>/</servlet-mapping>).
After I did this I can no longer access static resources
(html, images etc.) in the app.
All requests, apart from those to other (mapped) servlets
are picked up by the default. e.g. I have an index.html in the
apps <welcome-file-list> that cannot be got at implicitly or
explicitly.
The same behaviour is noted in ORION.
1. Have I noticed something strange, or should it be this way?
2. If it should be this way what is the use of a default servlet?
(Can anyone give an example of usage?)
Miles