HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › relative URL to a servlet in the “img”-tag throws a MalformedURLException › Reply To: relative URL to a servlet in the “img”-tag throws a MalformedURLException
August 15, 2023 at 12:01
#36783
> I don’t think it is a path problem of the pd4ml.jar either, because the library is found, otherwise the whole PDF printing would not work.
The problem is not in finding of pd4ml.jar
The libraries from common lib/ and WEB-INF/lib/ are loaded by different classloaders. Libraries loaded from common lib/ may not see local web application resources.