Re: setAlias() for connector object.

2009-03-20 Thread Bhuvanesh Pattanashetti
Hi all, Still i was not able to resolve the below one.. I can see that , Http11Protocol protocol has the public void *setKeyAlias* (java.lang.String keyAlias) where as Http11NioProtocol does not have the same. I m using tomcat 6.0. or do i need to use setAttribute(keyAlias, aliasname); ?

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