I've written the code for a servlet to serve images in my app from a url such as:
/imgsrv?imgid=12345
So this would be one additional servlet in the app besides the Dispatcher servlet.
The problem is, I don't know how do you configure Spring to call this new servlet from the Dispatcher servlet?