i can't ping the main IP of the Linux Server. The scenario is this == I have a client server program using sockets in
java. I deployed the .war file in the Linux server. The server program opens a port to listen for connections then accepts incoming connections. When i execute the Chat server program, it works fine. But when i run the chat client program, i always get Time out on linux server. And in the Web Browser, i get this error java.security.AccessControlException: access denied (java.net.SocketPermission ip
ort connect,resolve). Please help me