I am working on a feature where i have to provide a direct link to download certain files. all my files are in htdocs folder and i want to provide a direct link to download them like
webapp.com/files/file1.avi
- could write a servlet and send the user a file.I know how to do it.
- The other way is that if i directly go to webapp.com/files i should be able to see all of the files present in the directory. How do i do that? do i have to make any server config changes to achieve it?
the webapp is running on Apache tomcat and jdk 1.4