RE: Servlet Variables

2000-10-23 Thread Kitching Simon
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:

AW: Servlet Variables

2000-10-23 Thread Merdes, Matthias
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

Servlet Variables

2000-10-23 Thread Wes Settle
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