Question

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"

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top