I have a strange problem, I am trying to make a socket connection from a applet to servlet at server end , The Chat application which I am trying to develop is working fine in (applet in Appletviewer) and (servlet in Servlet runner), but no connection is made between (applet in browser) and (servlet in servlet runner).Please suggest some solution, I want to make a online chat Application in Java.