Re: TLS client auth accepted CA [Was: 2 Way SSL integration with Webservices - Inbound connection not trusted]

2017-08-17 Thread Vinoth Raja
> Am 16.08.2017 um 09:09 schrieb Jose María Zaragoza: > >> Hi: >> >> 2017-08-16 6:59 GMT+02:00 Vinoth Raja : >> >>> Hi Chris, >>> >>> In the above conversation, the server presents the list of acceptable >>> client certificates to t

Re: TLS client auth accepted CA [Was: 2 Way SSL integration with Webservices - Inbound connection not trusted]

2017-08-16 Thread Vinoth Raja
e incoming cert for the web service connection we make? Thanks Vinoth On Wed, Aug 16, 2017 at 5:48 PM, Rainer Jung wrote: > Am 16.08.2017 um 09:09 schrieb Jose María Zaragoza: > >> Hi: >> >> 2017-08-16 6:59 GMT+02:00 Vinoth Raja : >> >>> Hi Chris, >>&

Re: 2 Way SSL integration with Webservices - Inbound connection not trusted

2017-08-15 Thread Vinoth Raja
rschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Vinoth, > > On 8/15/17 11:42 AM, Vinoth Raja wrote: > > clientAuth="true" Is not valid attribute for connector in tomcat > > 8.5.15. I have tried setting certificateVerifucation as required &

Re: 2 Way SSL integration with Webservices - Inbound connection not trusted

2017-08-15 Thread Vinoth Raja
CENTRAL BANK > Tel.: +49 (69) 1344 6991 > E-mail: diego.ma...@ecb.europa.eu > www.ecb.europa.eu > www.youtube.com/ecbeuro > https://twitter.com/ecb > > > -Original Message- > From: Vinoth Raja [mailto:rbvdvin...@gmail.com ] > Sent: 15 August 2017 10:50 > To:

2 Way SSL integration with Webservices - Inbound connection not trusted

2017-08-15 Thread Vinoth Raja
Hi, Please advise on the step to resolve the issue encountered in 2way SSL Tomcat version used : apache-tomcat-8.5.15 Java Version used: jdk1.8.0_131 *Problem statement: *Tomcat doesn't trust the inbound connection. We have web application deployed in tomcat and it integrated with web services.

Why the tomcat source code uses obsolete ant build configuration? why not maven or gradle?

2016-03-28 Thread Raja Anbazhagan
tool like maven or gradle so that the contributor can spend less time setting up the code and more time on actually working on the contribution part.? - Raja

Re: Given password did not match password used to create the PooledConnection when there is no change in password

2015-02-17 Thread Vinoth Raja
e requests" variable "password" was declared as global variable in ConnectionManager class.Hence the encrypted value is updated before calling getConnection when there is more request" Thanks for the advice! Thanks Vinoth On Mon, Feb 16, 2015 at 12:27 AM, Vinoth Raja wrote: >

Re: Given password did not match password used to create the PooledConnection when there is no change in password

2015-02-15 Thread Vinoth Raja
27;t match that for login provided". Please advice whether singleton object can't be used when using multiple datasources. Thanks Vinoth On Thu, Feb 12, 2015 at 12:09 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > H

Re: Given password did not match password used to create the PooledConnection when there is no change in password

2015-02-10 Thread Vinoth Raja
n Wed, Feb 11, 2015 at 3:36 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Vinoth, > > On 2/10/15 11:57 AM, Vinoth Raja wrote: > > Environment used: - Tomcat 7.0.57 - Windows - Java 1.7 - MS SQL >

Given password did not match password used to create the PooledConnection when there is no change in password

2015-02-10 Thread Vinoth Raja
Hi, Environment used: - Tomcat 7.0.57 - Windows - Java 1.7 - MS SQL 2008. Issue:"Given password did not match password used to create the PooledConnection" There is no change in the password from the day application went live.But it happens when there is more request. Backgroun

Re: How to get the configured HTTP and HTTPS port numbers in server.xml from Java code at runtime

2014-08-19 Thread Cassian Raja Thomas
Yeah.. Now I got it. Thanks for the information On Tue, Aug 19, 2014 at 5:59 PM, David kerber wrote: > On 8/19/2014 4:36 AM, Cassian Raja Thomas wrote: > >> I can retrieve the information prior to getting the connection refused >> message and then compare the port numbers

Re: How to get the configured HTTP and HTTPS port numbers in server.xml from Java code at runtime

2014-08-19 Thread Cassian Raja Thomas
: > Cassian Raja Thomas wrote: > >> In our project, we have implemented SOAP webservices using Apache CXF >> framework. Clients used to request the server for some command execution. >> The request consists of host, port and the protocol used for connection. >>

How to get the configured HTTP and HTTPS port numbers in server.xml from Java code at runtime

2014-08-18 Thread Cassian Raja Thomas
In our project, we have implemented SOAP webservices using Apache CXF framework. Clients used to request the server for some command execution. The request consists of host, port and the protocol used for connection. If the client uses a HTTPS configured port number and specify the protocol as HTTP

Tomcat admin,Manager app setup

2007-05-22 Thread Raja
accessing that applcation. Your help on this will be really helpful to us. Thanks in advance. With Regards, Alagar Raja R

Not able to setup SSL on tomcat 5.5.17

2006-06-13 Thread Raja Shaker Garlapati
Hi all, My application is using embedded tomcat 5.0.28 and jdk 1.4 version. I am in process of migrating to embedded tomcat 5.5.17 and jdk 1.5 version. I have made some code changes to setup the application. All the context paths are set. I am able to access the default ROOT files, the /man

Re: RE: Which is better Option

2005-12-20 Thread Raja Neravati
Karthik, I sent a reply yesterday on this. Did you not receive it ?   RS On Tue, 20 Dec 2005 Karthik wrote : > > >Hi Form > > > *Which Option [ advantages /limitations ] is Better ?* > > Certenly yes ,but need more clarifications [ assuming running on same >JVM ] > > > > with regards >Kart

Re: Which is better Option

2005-12-19 Thread Raja Neravati
You cannot define by these parameters which should be the best, because you need to consider lot of other factors as well. But with the given information by you this is what my opinion would be: - 1. Using a servlet would be a request/response mechanism and you make user wait for response. As y

Re: Re: Issue with Apache 1.3 + Tomcat 5.5 + Mod JK 1.2.10

2005-12-07 Thread Raja Neravati
I can try tuning this on the servers. But as I told in my first email, this wierd problem started happening only after migrating to Tomcat 5.5. So if these were to create a problem, I should have faced it in 4.0.6 also - Right. ..Raj On Thu, 08 Dec 2005 Mladen Turk wrote : >Raja Nerav

Re: RE: Issue with Apache 1.3 + Tomcat 5.5 + Mod JK 1.2.10

2005-12-07 Thread Raja Neravati
> >-Original Message- > From: Raja Neravati [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 07, 2005 1:04 PM >To: users@tomcat.apache.org >Subject: Issue with Apache 1.3 + Tomcat 5.5 + Mod JK 1.2.10 > >Hi All, > >We have a production server with 2 Apache in Front-

Issue with Apache 1.3 + Tomcat 5.5 + Mod JK 1.2.10

2005-12-07 Thread Raja Neravati
Hi All, We have a production server with 2 Apache in Front-End and one Tomcat as Application server setup with sticky sessions and a firewall in between. Apache communicates with Tomcat over 8009 port. My application is using JDK 1.4.2_01 and its a struts based application. We have been us