org.apache.axis.utils.tcpmon
----------------------------
At the moment you use the String "http.HTTPProxyPort" to
get the proxyPort setting from System.
But the right name of this system property is "http.proxyPort"
(see line: 298, 567 and 1210)

So I would suggest to change "http.HTTPProxyPort" to "http.proxyPort".

See:
http://www.jguru.com/faq/view.jsp?EID=9920
http://java.sun.com/j2se/1.4/docs/guide/net/properties.html

Regards
Uwe

Reply via email to