2013-11-15 315 views
0

I have a .pdf document in a folder called docs, that is inside of my WebContent folder.使用<a href> link

I want to have a link to show the address to this file, so that when the user click it, he can see the document's content.

The code is this:

<a href="http://localhost:8080/Web/docs/jsftutorial.pdf">See document</a> 

When I execute it, I get the error:

HTTP Status 404 - /Web/docs/jsftutorial.pdf 

I tested this with a .txt file, and it works, but why not with a .pdf?

Thank you!!

回答

相关问题