Hi, i've a java application that create a socketserver in a port. I test my application in a windows machine, and run correctly, but when i test it in a linux machine, the port is not listening.
Is there any way to open port specifically in a linux machine?
I run 'netstat' command, and the port i use in my application doesn't appear. it doesn't throw any exception. i'm trying to connect since another machine to the application, and the connection is refused.
Sincerely, i don't know why it doesn't run...
help please.
thanks, david