java - Read file from WEB-INF from any class -
java - Read file from WEB-INF from any class -
how can read zip file webinf/
folder java class in jar file in web-inf\eclipse\plugins folder? classloader.getresource(filename)
works if file within jar file in web-inf\eclipse\plugins
folder. i'd read straight application web-inf folder. in advance.
javax.servlet.servletcontext.getresourceasstream(...) exists purpose.
java web-inf
Comments
Post a Comment