servletContext.getResourceAsStream returning null
843841Jan 8 2005 — edited Jan 9 2005hi, i am trying to get stream of a file in servlet using
initstream = servletContext.getResourceAsStream(completePath);
complete path is absolute path of file on local machine.
and directory of file is in classpath, but still getting null in "initstream".
i am using jakarta-tomcat-4.0.2.