"Bhuvanesh Pattanashetti" <bhuva...@gmail.com> wrote in message 
news:bce69da80909021136n22683ee8jeb4cf1ca927e2...@mail.gmail.com...
> 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
> keypassword"
>

You should use the setAttribute method for anything that doesn't have it's 
own setter.  The 'name' is whatever is in the Tomcat docs for that 
particular connector.

> Any suggestions?
>
> thanks..
> Bhuvan
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to