java - JSP invalid file path -


i'm getting error file not found in jsp page, here image of filepath , path i'm using... can tell i'm doing wrong?

string xmlfilename = "webcontent\\xml_servidor\\parques.xml" 

file path

i used same path in java application , worked out fine...

maybe it's searching in file have eclipse files? have checked error path?


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -