AW: Adding Connectors

2013-03-21 Thread Steffen Heil (Mailinglisten)
Hi > I think this should be discussed on the users' list. I'm cross-posting this > message one time for that purpose. See below. Sorry, as I assumed that in a state where tomcat does not start connectors defined in server.xml it should also not start other connectors, I regarded this as a bug.

Re: Adding Connectors

2013-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steffen, I think this should be discussed on the users' list. I'm cross-posting this message one time for that purpose. See below. On 3/21/13 9:59 AM, Steffen Heil (Mailinglisten) wrote: > I have a servlet that creates a new Connector and adds it t

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 Http11NioProt

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