RE: Can't get Servlet Inputstream

2003-02-20 Thread Manty, George
-Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 2:12 PM To: Tomcat Users List Subject: RE: Can't get Servlet Inputstream Howdy, Very interesting. Interesting enough that I want to try to reproduce it myself, but my local tomcat instance

RE: Can't get Servlet Inputstream

2003-02-20 Thread Manty, George
missing something, but it should work. Thank you, George -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 11:41 AM To: 'Tomcat Users List' Subject: RE: Can't get Servlet Inputstream I´m don´t understand why you need

Can't get Servlet Inputstream

2003-02-19 Thread Manty, George
I am converting a servlet from using Jigsaw's Servlet methods to Tomcat's and I am curious why calling getInputstream on the request in Tomcat returns null. This calls works fine in Jigsaw receiving the same XML data, but returns null in Tomcat. Any help would be appreciated. Below is a

RE: Can't get Servlet Inputstream

2003-02-19 Thread Shapira, Yoav
: Wednesday, February 19, 2003 2:48 PM To: Tomcat Users List Subject: Can't get Servlet Inputstream I am converting a servlet from using Jigsaw's Servlet methods to Tomcat's and I am curious why calling getInputstream on the request in Tomcat returns null. This calls works fine in Jigsaw receiving the same

RE: Can't get Servlet Inputstream

2003-02-19 Thread Manty, George
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 2:12 PM To: Tomcat Users List Subject: RE: Can't get Servlet Inputstream Howdy, Very interesting. Interesting enough that I want to try to reproduce it myself, but my local tomcat instance is running a 12-hour long performance/stress