hi friend
for downloading the files on your server
Give the full path of the file in the Jsp page
which will locate on the server
<a href="www.yourserver.com/java/chapter.txt" >Download file</a>
if you want to download the file in the zip format then you
must upload the file in the zip format
then the path will be
<a href="www.yourserver.com/java/chapter.zip" >Download file</a>
remember the
<a href="dynamic value get from servlet through bean getter method ">
you must set the path of the file in bean setter property