HTML to PDF/RTF Java converter and tools › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › Taglib transform not working with SSL and WebLogic Server › Re: Re: Taglib transform not working with SSL and WebLogic Server
November 20, 2015 at 09:55
#29806
> Can we use a custom loader via TagLib?
yes. Put the compiled .class file to WEB-INF/classes and refer to it in JVM command line as described by the link
http://pd4ml.com/cookbook/custom_rc_loaders.htm
or add a reference to it with custom tags (nested to ):
[language=html:1ozq2xe2]
[/language:1ozq2xe2]
BTW: what kind of SSL-relevant exception does it throw in your scenario (and writes to server’s log)? Can you publish a snippet?