Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 16741 invoked from network); 16 Mar 2000 16:41:44 -0000 Received: from unknown (HELO exchange1.wallstreetsystems.com) (208.201.191.99) by locus.apache.org with SMTP; 16 Mar 2000 16:41:44 -0000 Received: by exchangei with Internet Mail Service (5.5.2650.21) id ; Thu, 16 Mar 2000 11:37:26 -0500 Message-ID: <89F83B0963E9D21199C000A0C9B3F33A23269F@exchangei> From: Scott Okupski To: "'tomcat-user@jakarta.apache.org'" Subject: RE: DoPost() Hangs Date: Thu, 16 Mar 2000 11:35:34 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Yes. Following code was hanging for me with latestTomcat running standalone and with Apache 1.3.12 (all on NT): DOMParser parser = new DOMParser(); InputSource inSource = new InputSource(req.getInputStream()); parser.parse(inSource); I switched to Apache/ServletExec and problem disappeared. I'm very new to XML/Apache/Tomcat though so don't put much value on my experience. -----Original Message----- From: Wyn Easton [mailto:wyn_easton@yahoo.com] Sent: Thursday, March 16, 2000 11:30 AM To: tomcat-user@jakarta.apache.org Subject: DoPost() Hangs Hello, Has anyone else had there DoPost() hang while reading from the ServletInputStream with the latest tomcat build? Mine hangs every time. I'm using jdk 1.1.8. I've tried jdk 1.1.7 and jdk 1.2.2 same result. Hmmm... ===== Wyn Easton wyn_easton@yahoo.com __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -------------------------------------------------------------------------- To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org For additional commmands, email: tomcat-user-help@jakarta.apache.org