Hi,
I am trying to run these code:
ServletContext application = getServletContext();
InputStream is = application.getResourceAsStream("/ora.gif");
It seems that the image resource couldn't be found ,how should I add this resource or where to save it?
I am using Eclipse + Tomcat