The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
November 2000

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

applet servlet

Posted by jelly0 on November 23, 2000 at 6:52 AM

Does anyone have an idea about what the error :
Handler thread problem :java.io.IOException

it occurs in my applet when i try to send an object to my servlet.

Here is the code :

try{


URL adresse= new URL("http://localhost:8080/chat/servlet/servletChat");
HttpMessage message = new HttpMessage(adresse);


InputStream inputStream = message.sendPostMessage(theObjectISend);


Thhanks for your time



Replies:
  • forward ibrahimshah March 26, 2001 at 7:30 AM (0)
  • Bug Shawn March 11, 2001 at 3:08 AM (0)

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us