On Fri, Jul 09, 2004 at 01:26:45PM +0200, Andr? Weidemann wrote:
: My problem is that as soon as two clients are accessing the tomcat 
: server simultaniously, the output is sometimes "split up" between the 
: clients. In that case, one client lacks page content, which the other 
: one will receive instead. So the first has too few lines on his page and 
: the other one has additional lines that were not ment for him.


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.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to