hello,
I have a jsp page with this code :
<object id="pdfPreviewDiv" type="application/pdf" data="preview.pdf" width="800" height="600">
how can I create a "virtual directory" in jboss 7 to link on "c:/pdf" (for example. where my "preview.pdf" is)
because I can't write the full path (c:/pdf/preview.pdf) in my html code...
And I can't deploy my application in another directory.
I need help, thank you