Re: adding connectors at the run-time

2009-08-28 Thread Bhuvanesh Pattanashetti
Hi all, let me explain in more detailed manner what exactly i m looking... i wanted to create a https connector with port like 8443. using Connector class using protocol Http11NioProtocol. as per my understading i wrote some thing like below. Http11NioProtocol connectorNio = new

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