Hello All,
  I have a doubt regarding URLConnection/Streams class used in a servlet.  I
have a simple class that makes a call to the servlet and gets the
information.  The java class uses URLConnection class and sends the
information to servlet through streams.

The Servlet, has to read the data from the database,store it in a vector and
send it to the client(java class) through streams.

The client is sending data to the servlet.  But immediately after that,
it's(client) giving FileNotFoundException for the same servlet and coming
out.

Even the servlet is stopping to get the data from the database immediately
after that.

Does anyone know for what reason this exception is thrown at the client(java
class)? Please do help if you know.

Thanks in advance,
Ashwini

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to