Hi,
I’m reading a xml file into a jsp page, according to the follow code:
But I need to read, from the server, the file.xml in a local file, i.e. in each computer that I’m runnig the jsp page, I have different xml files. So, how can I make the reference to a local file in the parameter “src”.
Thank you all!