HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › PD4ML failed to load Servlet Dynamically generated JPG File › Re: Re: PD4ML failed to load Servlet Dynamically generated JPG File
I have the same problem.
It works on the http:\localhost.
image not yet in cache: http://localhost:9084/test/AttachmentServlet?attachId=43
not yet in cache: http://localhost:9084/test/AttachmentServlet?attachId=43
then it calls the servlet and returns the image
image size: 137480
but when I try it on the server:
image not yet in cache: https://ddltest.xxxx.com/test/AttachmentServlet?attachId=43
not yet in cache: https://ddltest.xxxx.com/test/AttachmentServlet?attachId=43
image size: 12289
image type of https://ddltest.XXXX.com/test/AttachmentServlet?attachId=43 is unknown.
can not load image: /test/AttachmentServlet?attachId=43
I don’t see the server version calling the Servlet.
Please help.