Re: tomcat output gets mixed up for different requests

2004-08-03 Thread André Weidemann
QM wrote: Two clients' content getting mixed up with one another: sounds like misuse of a shared variable, such as an instance variable inside the servlet class, use of the servlet context for client data, etc. I checked all variables and declarations and I'm sure that there are no variables being

Re: tomcat output gets mixed up for different requests

2004-08-03 Thread André Weidemann
Caldarale, Charles R wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Re: tomcat output gets mixed up for different requests So it seems that Tomcat does not spawn a new servlet for a new request As per the spec - using a single instance of the servlet is correct behavior. You

tomcat output gets mixed up for different requests

2004-07-09 Thread André Weidemann
Hi, I searched the net and also the tomcat-list archives but couldn't find any help. That is what lead me here... I'm quite new to Tomcat and Java. I'm using Tomcat 3.3.2 and Java 1.4.2 under Linux. I have the following problem: I have an application that reads from a mysql database and an