I have an <fo:external-graphic> in my .fo file. The transformation is running in a jsp-File on tomcat.
When I use a local src= like "http://localhost/...." or "http://127.0.0.1/..... no picture is shown and I get an error message in the log file: Error in XObject : Error while loading image http://localhost/contextpath/myfile.gif : class java.lang.NullPointerException - null Everything works fine, when I put the same picture on an other webserver and use "http://somewhere" or if I use "file:c:\localdirectory". If I use the same url(http://localhost/contextpath/myfile.gif) in the browser, I can see the picture without a problem. Any ideas? ______________________________________________________________________________ Den Komfort von WEB.DE FreeMail nutzen, aber die alten E-Mail-Adressen nicht aufgeben? Kein Problem: http://freemail.web.de/features/?mc=021128 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
