You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Rams <ra...@cmcltd.com> on 2001/04/05 10:57:02 UTC

Https Connector

Hi all,
	This is the default HttpConnector.

	<Connector className="org.apache.tomcat.service.PoolTcpConnector">
             <Parameter name="handler"
 
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
             <Parameter name="port"
                 value="8080"/>
	</Connector>

	ls there any HttpsConnector that comes with Tomcat?

-Rams