Tomcat JDBC configuration does not encrypt the database password

2015-10-26 Thread Dave Cronin
In the JNDI DataSource HowTo page, it describes how to configure the DataSource in the application Context. I see that the password is not encrypted. Is there any way to configure this with an encrypted password? A JDBC resource is configured like this in the documentation: >From

Re: [ANN] New committer: Ognjen Blagojevic

2015-10-26 Thread tomcat
On 24.10.2015 15:58, Mark Thomas wrote: On behalf of the Tomcat committers I am pleased to announce that Ognjen Blagojevic (ognjen) has been voted in as a new Tomcat committer. Welcome, Ongjen. - To unsubscribe, e-mail:

Re: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Keiichi Fujino
2015-10-26 23:35 GMT+09:00 Mark Thomas : > On behalf of the Tomcat committers I am pleased to announce that > Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > > Welcome! > Regards, > > Mark > >

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Yogesh Patel
Tomcat 7: INFO org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/cms][ ajp-apr-10161-exec-282][2015-10-20 10:02:59,673]- org.apache.catalina.core. StandardWrapperValve.invoke:Line 211 - ClientAbortException: java.io. IOException: Failed to send AJP message at

Re: Tomcat JDBC configuration does not encrypt the database password

2015-10-26 Thread Christopher Schultz
Dave, On 10/26/15 7:22 AM, Dave Cronin wrote: > In the JNDI DataSource HowTo page, it describes how to configure the > DataSource in the application Context. I see that the password is not > encrypted. Is there any way to configure this with an encrypted password? > > A JDBC resource is

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Neill Lima
How long does it take? It could be some sort of timeout, maybe. On Mon, Oct 26, 2015 at 3:28 PM, Yogesh Patel wrote: > In our case user is downloading the document and got message like "document > is deleted or moved" and tomcat has log like "ClientAbortException: >

Re: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Rainer Jung
Hi Martin, Am 26.10.2015 um 15:35 schrieb Mark Thomas: On behalf of the Tomcat committers I am pleased to announce that Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. Please join me in welcoming him. Long time no hear. Nice having you around here! Regards, Rainer

ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Yogesh Patel
In out application we are getting following error: org.apache.catalina.core.StandardWrapperValve.invoke:Line 211 - ClientAbortException: java.io.IOException: Failed to send AJP message -- *Thanks & Regards,* * Yogesh Patel*

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Rallavagu
This usually means that "client" has disconnected before the request could be completed. Generally, this might happen when a user navigates away from a web page before it is completely rendered. You might want to gather more information to understand this better. On 10/26/15 7:15 AM, Yogesh

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Yogesh Patel
In our case user is downloading the document and got message like "document is deleted or moved" and tomcat has log like "ClientAbortException: java.io.IOException: Failed to send AJP message" On 26 October 2015 at 19:48, Rallavagu wrote: > This usually means that "client"

Re: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Oscar Jorge Pérez Pérez
Congratulations Martín!! El 26/10/2015 15:39, "Maxim Solodovnik" escribió: > Congrats Martin! > > On Mon, Oct 26, 2015 at 8:35 PM, Mark Thomas wrote: > > > On behalf of the Tomcat committers I am pleased to announce that > > Martin Grigorov (mgrigorov)

[ANN] New committer: Martin Grigorov

2015-10-26 Thread Mark Thomas
On behalf of the Tomcat committers I am pleased to announce that Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. Please join me in welcoming him. Regards, Mark - To unsubscribe, e-mail:

Re: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Maxim Solodovnik
Congrats Martin! On Mon, Oct 26, 2015 at 8:35 PM, Mark Thomas wrote: > On behalf of the Tomcat committers I am pleased to announce that > Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > > Regards, > > Mark > >

Re: [ANN] New committer: Ognjen Blagojevic

2015-10-26 Thread Christopher Schultz
All, On 10/24/15 9:58 AM, Mark Thomas wrote: > On behalf of the Tomcat committers I am pleased to announce that > Ognjen Blagojevic (ognjen) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. Great to have you. -chris

Re: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Violeta Georgieva
2015-10-26 16:35 GMT+02:00 Mark Thomas : > > On behalf of the Tomcat committers I am pleased to announce that > Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. Welcome! Regards, Violeta > Regards, > > Mark > >

Re: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Christopher Schultz
All, On 10/26/15 10:35 AM, Mark Thomas wrote: > On behalf of the Tomcat committers I am pleased to announce that > Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. When it rains (committers), it pours! Welcome! -chris

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Christopher Schultz
Yogesh, On 10/26/15 10:15 AM, Yogesh Patel wrote: > In out application we are getting following error: > > org.apache.catalina.core.StandardWrapperValve.invoke:Line 211 - > ClientAbortException: java.io.IOException: Failed to send AJP message Full stack trace and Tomcat version number please?