I am having problems using a datagramsocket in
jsp on sun one application server 7. I am running a server program listening on 10001.
I am able to send a DatagramPacket from a jsp to the server 10001. But the jsp page is not able to receive the UDP packet sent by the server.
When I run this jsp on websphere application server, the jsp is able to receive the UDP packet sent by the server.
Can somebody help me with this.
Thanks