0

path in my database and files stored in the server path "workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/ex/userfiles" . I want to open the file in jsp page using the file path .Iam using eclipse juno in ubuntu I tried this code... please help me thanks in advance href="filepath"

Shreyos Adikari
  • 12,348
  • 19
  • 73
  • 82

1 Answers1

0

I think the .jsp files should be inside WebContent folder or one of its children. If the file, say index.jsp, is inside WebContent folder then the path is: /index.jsp If the file is in WebContent/SomeFolder then the path is: /SomeFolder/index.jsp

user1509803
  • 186
  • 1
  • 9