Hi everybody

     I�m having a problem with the communication between an applet
  and a servlet using the netscape enterprise server 4.0 SP2 (the iplanet web
  server).

     If the applet just listen to the servlet it works fine ( the doget methot
  responds ok), but if the applet send a few bytes (a String) to the servlet
  using the post method
  and then the servlet responds with "I receive the message", the applets hungs
  up throwing an
  IOException.

     The exception it throws is :
     IOException: webserver:80//servlet/HappyServlet

     The example works fine with the httpd that comes with the sun�s
  jsdk but not with the Iplanet.

     Does anybody know what is the problem?

  the code seems like this:


  Thanks,
  Fernando.

MYAPPL~1.JAV

MYSERV~1.JAV

Reply via email to