May I know what port is used by Java Web Start? If I want to connect a Java Web Start client to a Java Web Start server, what port I need to open at the server side so that the client can connect to it?
I want to set up a firewall in the server machine but I don’t know which port I should open.
Thanks.
Java Web Start does not have a “Server” component. The most common setup is to host the files on a webserver. This is commonly hosted on port 80 (JWS however can use any file transport system supported by Java, such as UNCs or FTP).