In my app, I use a servlet to generate PDFs on the fly. The app is a SSL site. The PDFs contain numerous images that are generated dynamically. How do I specify a relative path for the external-graphic src?
Environment: FOP: 0.20.2RC JDK 1.3.1_01 Windows 2000 The only way I can get images working is using full path: http://localhost/Pie where "Pie" is the image producing servlet. If I try https://localhost/Pie absolute or /Pie relative it doesn't work. Any thoughts appreciated, Todd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
