Hi,
I am trying to run these code:

ServletContext application = getServletContext();

InputStream is = application.getResourceAsStream("/ora.gif");



It seems that the image resource...