You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by George Armhold <ar...@cs.rutgers.edu> on 2005/04/14 18:12:21 UTC

updating http.proxyHost property in client

Is there a way to get Axis clients to recognize that http.proxyHost
(and related properties) have changed?  They seem to be read once, and
thereafter the values are cached (see
src/org/apache/axis/components/net/DefaultHTTPTransportClientProperties.java.)

I have a preferences tab in my client that allows the user to change
the proxy host, port, etc.  Axis will not recognize the new values
until the app has been restarted.

Thanks.