adding connectors at the run-time

2009-08-27 Thread Bhuvanesh Pattanashetti
Hi, Can please any one suggest me how i can add a connector to tomcat using Http11NioProtocol. I have succeeded to some extent. Please let me know if any one has better idea on this. Thanks, Bhuvan

Re: adding connectors at the run-time

2009-08-28 Thread Bhuvanesh Pattanashetti
do i relate between adapter and ssl connector. without any other default connector running. thanks in advance, bhuvan On Thu, Aug 27, 2009 at 3:20 PM, Bhuvanesh Pattanashetti wrote: > Hi, > Can please any one suggest me how i can add a connector to tomcat > using Http11NioProto

Re: Query on Tomcat Server.xml

2009-08-31 Thread Bhuvanesh Pattanashetti
Hi, Even i have similar problem.. I wanted to create the element. At the time of tomcat start up using Tomcat's existing bootstrap classes rather than loading them using sever.xml. I wanted to create a https connector. using Http11NioProtocol for the connector. Please let me know if any documenta

Re: Query on Tomcat Server.xml

2009-09-01 Thread Bhuvanesh Pattanashetti
huvan, > > On 8/31/2009 11:46 PM, Bhuvanesh Pattanashetti wrote: > > Hi, Even i have similar problem.. > > I wanted to create the element. At the time of tomcat start > up > > using Tomcat's existing bootstrap classes rather than loading them using > > se

query on tomcat connector

2009-09-02 Thread Bhuvanesh Pattanashetti
Hello, i wanted to create a https connector element at code level(not from server.xml). using http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/connector/Connector.html with protocol as Http11NioProtocol. I was not getting how to relate connector object and "keystore file and keypa

Re: Query on Tomcat Server.xml

2009-09-06 Thread Bhuvanesh Pattanashetti
hultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bhuvan, > > On 9/2/2009 1:44 AM, Bhuvanesh Pattanashetti wrote: > > Thanks for your suggestion, > > I wanted only some part of tomcat to be customized.So it would be risky &g

Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-12 Thread Bhuvanesh Pattanashetti
Hi all, I m trying to set up the SSL for tomcat server. I wanted to know what exactly is the procedure. here is what i have followed. Procedure 1. 1. Created my own keystore. 2. Imported the trial certificate (provided by Verisign ) into the keystore. 3. Added a ssl connector componen

Re: Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-12 Thread Bhuvanesh Pattanashetti
; import that as well. And of course, import the Verisign root cert. > > > "Bhuvanesh Pattanashetti" wrote in message > news:bce69da80903120948v7c2f1693md9db7e74e6e3f...@mail.gmail.com... > > Hi all, > > I m trying to set up the SSL for tomcat server. I wanted to k

Re: Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-12 Thread Bhuvanesh Pattanashetti
started the server i got the following error, java.io.IOException: Alias name aliasName does not identify a key entry. please suggest me further. Thanks, Bhuvan P On Fri, Mar 13, 2009 at 10:32 AM, Bhuvanesh Pattanashetti < bhuva...@gmail.com> wrote: > HI All,thanks all for your su

Re: Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-13 Thread Bhuvanesh Pattanashetti
Ohh i was sorry for the above two statement. :( I m using the keystore. (Keytool) and i m not using APR. thanks. Bhuvan On Fri, Mar 13, 2009 at 7:00 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Bhuvanesh Pattanashetti [mailto:bhuva...@gmail.com] >

Re: Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-16 Thread Bhuvanesh Pattanashetti
certificate. or even the trail cert from thawte would behave as same as the paid one. Thanks, Bhuvan P On Sun, Mar 15, 2009 at 4:24 AM, Bill Barker wrote: > > "Bhuvanesh Pattanashetti" wrote in message > news:bce69da80903122202i384a040cj66e5089fc14f6...@mail.gmail.com... > &g

setAlias() for connector object.

2009-03-19 Thread Bhuvanesh Pattanashetti
Hi all, I m creating the connector object using certain port and SSL cert, But i had a problem relating connector to particular alias in the keystore. As i checked in the tomcat 6.0 APIs there is no setKeyAlias() or setAlias() method. Please suggest if any body has any idea? thank you, Bhuvan P

Re: setAlias() for connector object.

2009-03-20 Thread Bhuvanesh Pattanashetti
"aliasname"); ? Please let me know if any body has faced the above.. thanks, Bhuvan P On Thu, Mar 19, 2009 at 4:22 PM, Bhuvanesh Pattanashetti wrote: > Hi all, > I m creating the connector object using certain port and SSL cert, But i > had a problem relating connector to particula

Problem setting keyAlias for https connector using tomcat 6.0 API's

2010-03-03 Thread Bhuvanesh Pattanashetti
Hello All, I m using tomcat connectorAPI's to establish a connector (on some port both http & https) at run time. I have no issues with the Http as of now. But Https, facing one issue. The connector specified on port is getting establis