René Nyffenegger's collection of things on the web | |
René Nyffenegger on Oracle - Most wanted - Feedback
- Follow @renenyffenegger
|
Mapping an URI to a context, a handler and a servlet | ||
... yet to be finished ...
The context path starts always with a slash ("/") and never ends in a slash.
The servlet path immediately follows the context path.
See the <servlet-mapping> element in the
web application's deployment descriptor.
|