Tomcat doesn't process error messages

2013-01-02 Thread Husarik, Branko
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 and message is forwarded to the

Re: some clarification about context.

2013-01-02 Thread Mauro
On 30 December 2012 09:43, Pid * wrote: > On 29 Dec 2012, at 13:21, Mauro wrote: > >> On 29 December 2012 13:04, Konstantin Kolinko wrote: >>> 2012/12/29 Mauro : Hello. I've various web applications running under tomcat6. >>> >>> Which one of many 6.0.x versions? >> >> 6.0.35 >> >>> >>

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

Re: [ANN] End of life for Apache Tomcat 5.5.x

2013-01-02 Thread Mark Thomas
On 10/08/2011 13:00, Mark Thomas wrote: > The Apache Tomcat team announces that support for Apache Tomcat 5.5.x > will end on 30 September 2012. > > This means that after 30 September 2012: > - releases from the 5.5.x branch are highly unlikely > - bugs affecting only the 5.5.x branch will not be

Re: Secure AJP load balancing problem

2013-01-02 Thread Mark Thomas
On 02/01/2013 21:45, Arunkumar Janarthanan wrote: > Hello, > > I have Apache 2.2.22 and Tomcat 5.5 running on SSL 8443, Time to upgrade. 5.5.x is no longer supported. > I have tried my > balancer members to use HTTPS port and finds the JSP pages doing ok for > some reason the struts / action ser

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: some clarification about context.

2013-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mauro, On 1/2/13 9:52 AM, Mauro wrote: > Here is my_app.xml: > > type="javax.sql.DataSource" maxActive="100" maxIdle="30" > maxWait="1" username="mauro" password="xxx" > driverClassName="org.postgresql.Driver" > url="jdbc:postgresql://svsopsq

Re: Secure AJP load balancing problem

2013-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arun, On 1/2/13 4:45 PM, Arunkumar Janarthanan wrote: > I have Apache 2.2.22 and Tomcat 5.5 running on SSL 8443, I have > tried my balancer members to use HTTPS port So you are trying to use HTTPS over AJP? Did you mean APR? Please post your from

Re: some clarification about context.

2013-01-02 Thread Mauro
On 3 January 2013 04:28, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mauro, > > On 1/2/13 9:52 AM, Mauro wrote: >> Here is my_app.xml: >> >> > type="javax.sql.DataSource" maxActive="100" maxIdle="30" >> maxWait="1" username="mauro" password="xxx" >> drive