"Bhuvanesh Pattanashetti" <[email protected]> wrote in message news:[email protected]... > 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: [email protected] For additional commands, e-mail: [email protected]
