jsp - Eclipse Localhost to download File -


i have installed tomcat version 7.0 , have .pdf file in tomcat root folder, can directly access firefox when tomcat server running, using link: localhost:8080/filename.pdf

now, have written java servlet code, when executed on eclipse produces link (localhost:8080/filename.pdf), on clicking link getting error 404, resource not found.

any idea , how resolve ???


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -