I have an application that uses httpclient to retrieve some xml from another
server via port 8080
it makes a number of calls, one of another, to read off different xml
information
on the logs in the firewall at the other end the calls look like they are
coming from very odd port numbers
it looks something like
123.123.123.123:54838 -> 192.168.2.19:8080
123.123.123.123:54837 -> 192.168.2.19:8080
123.123.123.123:54836 -> 192.168.2.19:8080
123.123.123.123:54835 -> 192.168.2.19:8080
123.123.123.123:54834 -> 192.168.2.19:8080
123.123.123.123 being the server running the httpclient application
192.168.2.19 is the other server behind the firewall
is httpclient causing it to register these port numbers?
many thanks in advance
Ron
--
View this message in context: http://www.nabble.com/-httpclient--ports-tf3202472.html#a8892550
Sent from the Commons - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org
|