In servlet (web app) how do I know the relative path ?
Posted
by EugeneP
on Stack Overflow
See other posts from Stack Overflow
or by EugeneP
Published on 2010-03-16T15:05:49Z
Indexed on
2010/03/16
15:11 UTC
Read the original article
Hit count: 123
I have a jsp file in the root of .war file. and then I have a folder named STUFF.
How do I get access to the file read.txt inside STUFF?
/Name_of_war/STUFF/read.txt is the correct path?
© Stack Overflow or respective owner