link problem: problem
hi
i am using tomcat 4.1 and developed one jp page which will generate a report on PDF format.
I saved the file in the same directory of that of jsp and give a href to that file and it works
Then i saved that file outside the tomcat directory and give the link and it gave no output and gave me this in the javascript console of Mozilla Firefox
Security Error: Content at http://localhost:8081/examples/jsp//test.jsp may not load or link to file:///E|/test/new8.
Is there anybody who can help me
thnx in advance

