Hi there,
I have a question about wildcard mappings for
servlets.
I have a servlet that is mapped to /resource
It create dynamic images. To get an image I call:
/resource?skin=summer&scope=full
For a
test I have put Apache HTTP in front of the
J2EE container and use a mapping, so I can call
/resource/summer/full
Can I "move" the mapping from the HTTP configuration into the web.xml file? How would I do that?
Thx for helping!
-------
Clarification:
I know, that i can map the servlet to resource/*
How can I retrieve the part that represents the * ?
-------
:-) stw
[ October 01, 2004: Message edited by: Stephan H. Wissel ]