I have 3 environmnets, set up identically on 1 sun unix server running websphere6.1.
I am using Pd4ml version 322
2 of the 3 identical environments work. I am trying to figure out why the 3rd env is not working. (code is exactly the same)
NON WORKING ENVIRONMENT:
resource
https://ebessdev2.web.com:443/images/logo90wb_black.gif not found./images is a directory within my war. I have copied that .gif to different areas and they are not being rendered in the pdf no matter where i place them.
This article i "thought" would solve the issue, howeveer the version of pd4hm i am ussing does not offer the org.zefer.cache.ResourceProvider;
pd4ml-html-css-pdf-tips-tricks-f7/a-definition-of-custom-resource-loaders-t40.htmlI have tried refrencing these in the html and NON work.
<img src='images/logo90wb_black.gif'>
<img src='/images/logo90wb_black.gif'>
<img src='https://ebessdev2.web.com:443/images/logo90wb_black.gif'>
<img src='http://ebessdev2.web..com/images/logo90wb_black.gif'>
<img src='logo90wb_black.gif'>
<img src='/logo90wb_black.gif'>
The HTML is stored in a database.
The base(url) is
https://ebessdev2.web.com:443, protocol https, port 443.
Again, identical code on the same server work in 2 of 3 instances.
Thank you for your advice!!