i am try to read the file using ServletContext `
InputStream is = servletContext.getResourceAsStream(path)
the value of path is :
path = D:\Assignments\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\HelpGuide\GeneratedReports\userDetail.pdf`
the userDetail.pdf
file is exist in given path , but when i try to get the resource as stream using servlet context define as above , the value of is
is null .