tance member variables.
Either that, or the logging function that you are calling is not
thread-safe..
Cheers,
Simon
> -Original Message-
> From: Wes Settle [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, October 23, 2000 3:13 PM
> To: '[EMAIL PROTECTED]'
> Subject:
share the data fields of the servlet.
(even if they are not static!)
regards
matthias
-Ursprüngliche Nachricht-
Von: Wes Settle [mailto:[EMAIL PROTECTED]]
Gesendet am: Montag, 23. Oktober 2000 15:13
An: '[EMAIL PROTECTED]'
Betreff: Servlet Variables
I hope this question is not too
I hope this question is not too basic. I am working with a Java Servlet in
Jakarta Tomcat and seem to be having difficulty with the way that the
servlet is handling multiple requests. It appears that the servlet's
variables are sharing values and not holding explicit values for each
request. Fo