1. Can we redirect a servlet to file server instead a jsp coderanch.com |
3. not able to redirect to html file from a jsp coderanch.comHi Bear, That is correct, files under WEB-INF cannot be directly accessed but I am trying is to make my program do that. I understand what you say. By putting them under WEB-INF I would disallow users from typing the url and accessing the files directly. But it should it be working if I am doing it programmatically, right ? In ... |
4. Redirect after file upload coderanch.com |