RE: Problem with gif images within war files

2003-10-30 Thread Damir Todorovac
I don't agree with you. The url is absolutely correct. Read rfc 1738 http://www.w3.org/Addressing/rfc1738.txt Fact is, that the loadImage() method of org.apache.fop.image.GifImage does not work with Weblogic when gif images reside within war files. The problem is url.getContent() which throws a

RE: Problem with gif images within war files

2003-10-30 Thread Andreas L. Delmelle
-Original Message- From: Damir Todorovac [mailto:[EMAIL PROTECTED] I don't agree with you. The url is absolutely correct. Read rfc 1738 http://www.w3.org/Addressing/rfc1738.txt Your objection is duly noted --but doesn't change the fact that the mentioned RFC *NOWHERE* states that

RE: Problem with gif images within war files

2003-10-29 Thread Andreas L. Delmelle
-Original Message- From: Damir Todorovac [mailto:[EMAIL PROTECTED] I'm using fop 0.20.4 in a servlet which runs on wls 6.1. We create pdfs which consist of text and gifs. The gif images are located in a jar file which is under WEB-INF/lib of the war file. I'm retrieving the snip /

RE: Problem with gif images within war files

2003-10-29 Thread Glen Mazza
I had a similar problem, within a servlet, and was warned not to explicitly hardcode paths for code that will be deployed in an unexploded WAR file (http://marc.theaimsgroup.com/?l=struts-userm=105761364603542w=2). I don't know how helpful this issue might be to your problem, however. Please let