Socket connection refused exception
I've encountered a problem when doing one of simplest networking programs. The one there:
http://java.sun.com/docs/books/tutorial/networking/sockets/readingWriting.html
I get
java.net.ConnectException: Connection refused: connect
no matter which port I am trying to access and if I have my firewall up or down. I am not having a proxy.
One more thing I do not use "taranis" as the host but "localhost" or "127.0.0.1".

