RE: [xep-support] Java.Net.ConnectionException Connection refused for images

From: Hood, Earl <earl.hood@hp.com>
Date: Tue Jun 12 2007 - 14:24:21 PDT

> Bummer, I guess the DITA-OT is bridging the gap for me. We have also
> used Saxon 6.5.5 and JRE 1.4 with DITA-OT 1.3.1 successfully.
> Good luck
> in finding the right combination. ~Dee

IIRC, there are system properties that control the behavior
of the default Http handler in Java (Sun's JVM).

If XEP is using the default handler to resolve URLs, then
you will need to set the proper system property so connections
will go thru your proxy.

The properties in question are:

        http.proxyHost
        http.proxyPort
        http.nonProxyHosts

You can use the -D options to java for setting system properties:

        java -Dhttp.proxyHost=proxy.example.com ...

--ewh

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Tue Jun 12 14:39:37 2007

This archive was generated by hypermail 2.1.8 : Tue Jun 12 2007 - 14:39:38 PDT