-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------


Hi,

On Wed, 1 Sep 1999, Michael Stacey wrote:
MS| Occassionally, Netscape displays a "document contains no data"
MS| alert, and the document is displayed *in the IE browser*!

Are you sure that you've programmed the servlet thread save ? The
service()-method is called in different threads so you must not use any
instance variables for temporary values. This looks much like a
ServletResponse which is hold in an instance variable ..

Consider as well, that JDBC connects normally don't function, if they're
used in different threads simultaniously, so you should have some sort of
connection pool here.

Try to 'synchronize' your service() / doGet() / doPost() method and see if
the problem vanishes.

ciao,
 -hen
---
Henner Zeller                                 [EMAIL PROTECTED]
 PGP pub key [77F75B39]: finger [EMAIL PROTECTED] 




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to