URLConnection.connect () doe not work !!!
Hello.
I am trying to access http pages using the class URL, to get an InputStream from the class URLConnection after connect () (using getInputStream()).
But it doesn't work !!!
I have tested with "file" protocol and it works.
I have tested with "localhost" web server address and it works.
But with http://www.tnrelaciones.com/anexo/laprensa/ (a real URL) doesn't work !!!
I have a "proxy" for my internet access. But it is working from my web browser...
I get a timeout error message
I don't know how to increase the time out counter.
I don't know how to give the proxie's information (port, name)
Could you help me?

