Applet servlet communication.
I have a Applet servlet communication that is working fine. I am able to communicate from the applet to servlet and vice versa
my servlet is running on port 80.
we have moved the server behind the firewall and we have opened only port 80 on the firewall.
after these changes, i am not able to make any communication from the server to applet. but the communication from applet to servlet is working fine

