1

Please help me get relative path in Java web with jsp. I am reading .txt from my project web but where do not know to take this file?

LePhan
  • 11
  • 1
  • 2
  • possible duplicate of [The working folder for a Tomcat servlet](http://stackoverflow.com/questions/6584054/the-working-folder-for-a-tomcat-servlet) – BalusC Aug 26 '11 at 17:13

2 Answers2

1

Your question is a little bit vague but have a look at getRealPath.

Behrang
  • 46,888
  • 25
  • 118
  • 160
0

Check this relative and absolute path

Srikanth Venkatesh
  • 2,812
  • 1
  • 20
  • 13