Hi to all..

I got this error.

I are using iText as a reporting tool, using EJB
architecture.

It works fine in my own pc. But, when I want to open
the iText report from another pc, 
it gives me javascript error : 

"Access is denied."

So, now, I just can view it in my pc only (as a
server) and cannot view it from another pc. (as a
client)

Below is my configuration.

Path / Structure: 

Lowagie Class in 
C:\myfolder\orion\com\lowagie 

JSP Path: 
C:\myfolder\..\src\jsp\testing\report\report.jsp 
(that call the report)

Java Path 
C:\myfolder\src\edu\testing\report\ejb 
(my ejb folder)

C:\myfolder\src\edu\testing\report\reports 
(my reports folder)

C:\myfolder\src\edu\testing\report\usecase 
(my usecase folder)

Report Path 
C:\myfolder\orion\config.properties 

in config.properties

report.path = C:/myfolder/src/jsp/reports
reportview.path = C:/myfolder/src/jsp/reports

in my report.java,
i open the report like this..

PdfWriter writer = PdfWriter.getInstance(document, new
FileOutputStream(report.path+"/sampleRpt.pdf"));


Thanks.

Aidil.


                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to