thank you for posting. i've already found an other solution. the extra dificuly
was that i didn't read the files in the JSP itself, but in plain JAVA classes.
So i solved the problem by saving the path with :
Predefinition.getInstance().setUrl(this.getClass().getClassLoader().getResource("files
I?m developing a web application with JSP/Java classes. In short what the
program is supposed to do:
o Read a directory and make a list of them in JSP
o User can select the ones they need
o The program (a next JSP) makes 1 file of them
When I was referring to my files locally (