Re: getInputStream problem

2008-03-18 Thread Mark Thomas
Ofer Kalisky wrote: I took test.jsp and put it in a new project (working with eclipse) and it does work. In my original project it doesn't. Can you point me to where the problem can be? AFAIK, I'm not using any filter (where can I see if I do?) WEB-INF/web.xml I have a listener in my web.x

Re: getInputStream problem

2008-03-18 Thread Ofer Kalisky
: "Ofer Kalisky" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, March 18, 2008 10:01 AM Subject: Re: getInputStream problem I took test.jsp and put it in a new project (working with eclipse) and it does work. In my original project it doesn't. Can yo

Re: getInputStream problem

2008-03-18 Thread Ofer Kalisky
ault there. the server.xml is the same for both projects, where can it be? What is a valve? Thanks. - Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, March 16, 2008 8:49 PM Subject: Re: getInputStream problem

Re: getInputStream problem

2008-03-16 Thread Mark Thomas
Ofer Kalisky wrote: No answer yet, so I thought I'd send you this link: http://archives.java.sun.com/cgi-bin/wa?A2=ind0106&L=jsp-interest&F=&S=&P=49196 which talks about doing something of the sort, but notice, I am _not_ calling getParameter before the getInputStream, so why am I still not g

Re: getInputStream problem

2008-03-16 Thread Yuval Perlov
I am not sure this will encourage you but I've got the same setup and it works. Is that the whole jsp and nothing but? is there any servlet that does something before it? To isolate, you might want to use curl or some other tool to issue the post command. Yuval Perlov www.r-u-on.com On M

Re: getInputStream problem

2008-03-16 Thread Ofer Kalisky
No answer yet, so I thought I'd send you this link: http://archives.java.sun.com/cgi-bin/wa?A2=ind0106&L=jsp-interest&F=&S=&P=49196 which talks about doing something of the sort, but notice, I am _not_ calling getParameter before the getInputStream, so why am I still not getting anything from