This servlet handles "/favicon.ico" requests with our local "favicon.ico"
image file.
We first check our config path for the file, then the jar resources.
Browsers ask for this image and display it on the URL line as a tiny icon.
Unless we load this servlet, Mozilla will ask for this URL after every
request.