Hello

I am new in this list and I am beginning to work with servlets. I am
making
an application to access database Oracle. In one moment I have
to pass some information for another servlet (I do it with  <input
hidden..>
tag). Everything was working ok until I had to place more some
information
in the html that this second servlet generates (type sout.println ("
any
code html ")...).
   I began to receive errors messages in Netscape and in IE:

Netscape:The network error ocurred while netscape was receiving data
(network error: connection reset by peer). Try connection again.

IE: internet explorer cannot open the site http: / /.... The
connection with
the server was reset.

When I remove the line (sout.println (...);) everything returns to
normal.
That only happens in the Windows95. I tested in Solaris and it
worked ok. I am using the JSDK 2.0 and servletrunner to test.  The
html is
not sent to client (browser) but the servlet do the right updates to
database.

Another question: I installed the JSDK2.1 to test but I'm missing
something. It need JDK 1.1.7?
I followed the instructions of README but javac doesn't get to find
the
javax.servlet package. Does something exist better than README?

Thanks in advance.

Edward

PS. Sorry for my bad English.


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
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