With websphere if you request a file that isn't available you get an error messsage: "404 file not found" and that is it.
For example, if you request "/mydogxxxx.html" I get a response 404 file not found.
Pretty basic message.
If I request a jsp that isn't available, "mydogxxx.jsp" I get a 404 error code and stack trace information about my version of websphere and other details.
For security reasons, I need to disable that default jsp 404 error message. How can I do this?