J
java9394
I have a shared doc dir, /usr/local/shared/docs (pdf, word, excel,
txt, html, etc)
I want to map this dir to my webapp, ie. //mysite.com/myapp/docs
1) I can't move this docs under myapp becuase it is shared among
different apps.
2) If I move this docs to myapp, the contents will be deleted
everytime when I re-deploy myapp.
so, is there a way to map this external dir? or is there a servlet
can handle the redirection and MIME issue?
many thanks.
java9394
txt, html, etc)
I want to map this dir to my webapp, ie. //mysite.com/myapp/docs
1) I can't move this docs under myapp becuase it is shared among
different apps.
2) If I move this docs to myapp, the contents will be deleted
everytime when I re-deploy myapp.
so, is there a way to map this external dir? or is there a servlet
can handle the redirection and MIME issue?
many thanks.
java9394