Re: [iText-questions] Image Path Problem in war

2008-12-03 Thread Alexis Pigeon
Hi Anoop, On 03/12/2008, anoop_pk <[EMAIL PROTECTED]> wrote: > > > Hi All, > > I want to insert one image into one pdf using itext. I used getRealPath() > to > get the url of the image and it was working perfectly in windows env. But > when we deployed war file at Unix box its bombing saying that

[iText-questions] Image Path Problem in war

2008-12-03 Thread anoop_pk
Hi All, I want to insert one image into one pdf using itext. I used getRealPath() to get the url of the image and it was working perfectly in windows env. But when we deployed war file at Unix box its bombing saying that image can't be found. Then i found out that we cant do getRealPath() in war