----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
At 12:44 PM 2/9/00 -0500, you wrote:
>We are using Java Servlets using JServ-1.1b3 (Upgrading to 1.1 right now).
>
>When multiple people hit the application, the wrong responses are being
>sent..i.e. one person will get the HTML for 3 people, and the other 2
>people will get blank screens.
>
>Has anyone seen this before? It's a show-stopper here, and it happened
>on;y under stress testing (I can now recreate with 2 users, however.)
>
>There are NO messages in the logs.
>
>On a related note - on a SGI IRIX 6.5 machine jserv.log gives me nice
>stack traces, but on Solaris 7 I dont get nearly as much information,
>I've compiled with --enable-debugging on both platforms. Any ideas?
On the basis of what you wrote, I would guess that you are using servlet
instance variables
in a non thread-safe way.
- Fernando
=======================================
Fernando Salazar <[EMAIL PROTECTED]>
w -781-392-2514
--
--------------------------------------------------------------
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]