Bugs item #416376, was updated on 2001-04-15 20:18 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=416376&group_id=22866 Category: None Group: v2.2 (stable) Status: Open Priority: 5 Submitted By: Dan Christopherson (danch) Assigned to: Dan Christopherson (danch) Summary: HelloEJB servlet not threadsafe Initial Comment: The servlet used in the Tomcat 'hello' test saves the PrintWriter associated with a request in an instance variable. Since multiple threads can be in the servlet at one time, they step on each other, causing some page deliveries to have multiple copies of the expected output and others to have none of the expected output. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=416376&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
