Hi there, I've got a strange problem. My servlets creates a HTML-form. After the user inserts the correct values, the form is posted to the same servlet (it checkes if all fields are inserted or else gives the page back with an error). But once in a while a user will only get half a page, without an error-message on-screen or in the log-files. At other times, after posting, the user gets te message "server connection reset" (or in our case, in dutch: "verbinding met de server is opnieuw ingesteld"). We tried removing SingleThreadModel from the servlet and this seemed to help a little. Now the problem occured less frequent, but still once in a while. Another message we sometimes get is "cannot load specific source" (in dutch: "kan bepaalde bron niet laden"), but at other times the servlet seems to work perfectly. The error occur more often if the pc is a WinGate-client, but that's not specifically for the problem. A direct connection does get the same messages. I tried increasing the initialCapacity and the servlet-timeout, but those didn't help at all. My system: Apache 1.3.12, JServ1.1, Blackdown's JDK1.2.2RC4, SSL configured (but not used during the tests), Intel Pentium2 450MHz, 128MB RAM, Linux 2.2.15 Any ideas?? Kind regards, Met vriendelijke groet, Tim Stoop ___________________________________________________________________________ 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
