RE: Tomcat doesn't process error messages

2013-01-22 Thread Husarik, Branko
tication). I > hope I don't miss something Big. > > Braňko > > -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: 3. ledna 2013 11:23 > To: Tomcat Users List > Subject: Re: Tomcat doesn't process error messages > > Husari

Re: Tomcat doesn't process error messages

2013-01-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tim, On 1/3/13 10:09 AM, Tim Watts wrote: > I just re-read your original email and I may have missed something. > Are you saying that you get an IOException when you call > request.getInputStream() during a 500 response? If so can you > please pos

Re: Tomcat doesn't process error messages

2013-01-03 Thread André Warnier
eam --> webapp) when the response from Web service cointains "HTTP/1.1 500 Internal Server Error" Webapp modifies the message (for example it adds basic authentication). I hope I don't miss something Big. Braňko -Original Message- From: André Warnier [mailto:a...@ice-

RE: Tomcat doesn't process error messages

2013-01-03 Thread Tim Watts
TTP/1.1 500 Internal Server Error" > > Webapp modifies the message (for example it adds basic > authentication). I hope I don't miss something Big. > > Braňko > > -----Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: 3. ledna 2

RE: Tomcat doesn't process error messages

2013-01-03 Thread Tim Watts
get an IOException when you call request.getInputStream() during a 500 response? If so can you please post the stack trace. > Webapp modifies the message (for example it adds basic > authentication). I hope I don't miss something Big. > > Braňko > > -----Original Message

RE: Tomcat doesn't process error messages

2013-01-03 Thread Tim Watts
approach to me since the failure is on the service level not the HTTP level. But in either case there's no tweaking in Tomcat itself that will fix this. > Braňko > > -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: 3. ledna 2013 11:23 >

RE: Tomcat doesn't process error messages

2013-01-03 Thread Husarik, Branko
m Web service cointains "HTTP/1.1 500 Internal Server Error" Webapp modifies the message (for example it adds basic authentication). I hope I don't miss something Big. Braňko -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 3. ledna 2013 11:23 To:

Re: Tomcat doesn't process error messages

2013-01-03 Thread André Warnier
Husarik, Branko wrote: SOAP service logic should manipulate the message, but there is need to receive message from Tomcat by reading it's input stream. Problem is, there is only error stream cointaining tomcat error coming from Tomcat. I think it is caused by message from web service, which co

RE: Tomcat doesn't process error messages

2013-01-03 Thread Husarik, Branko
. ledna 2013 1:44 To: Tomcat Users List Subject: Re: Tomcat doesn't process error messages On Thu, Jan 3, 2013 at 1:33 AM, Husarik, Branko wrote: > Hello, > > I am a bit desperate thanks to my issue with Tomcat, which seems to be > like common matter. I am using Tomcat 6.0.35 as a pr

Re: Tomcat doesn't process error messages

2013-01-02 Thread Igor Cicimov
On Thu, Jan 3, 2013 at 1:33 AM, Husarik, Branko wrote: > Hello, > > I am a bit desperate thanks to my issue with Tomcat, which seems to be > like common matter. I am using Tomcat 6.0.35 as a proxy between Oracle and > Web service. Tomcat is running on AIX Version 6.1. There is send request > http

Re: Tomcat doesn't process error messages

2013-01-02 Thread André Warnier
Hi. Husarik, Branko wrote: Hello, I am a bit desperate thanks to my issue with Tomcat, which seems to be like common matter. I am using Tomcat 6.0.35 as a proxy between Oracle and Web service. Tomcat is running on AIX Version 6.1. There is send request http message from Oracle to the Proxy a