XHTMLImporter.convert() works fine on our desktop machines but the application freezes when running on our server (Linux with Tomcat).
When it receives the HTML snippit:
<p style="text-align:center"><img alt="" src="http://150.125.181.105:8888/images/home/RTL2/Images/TST0101-1.png" style="height:132px; width:396px" /></p>
it cannot continue.
If I remove the image portion of the data it executes without error on the server.
Using the image link the server can display the image in HTML but XHTMLImporter.convert() cannot process it.
Why would the behavior be different on ...