Hello
Java friends
I have a problem where an application I am working on is throwing the following exception "java.net.ConnectException: Connection timed out" after trying to connect() to a URI.
This small
test case outputs
YEEEEHAAAAH
test1
and then stalls....
I tried to "wget" the url from the box the application is running on and that works fine. It returns 200 OK. So, the url is accessible, but still connect() times out.
Any clue why?