You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by stev sutherland <st...@yahoo.com> on 2003/03/28 00:07:25 UTC

EASY Question about Tomcat Instances.

Hi Everyone; 

I have a very very quick question about tomcat
instances. 

I configured SSL for tomcat in server.xml. So it is
listening on port 443. 

My supervisor asked me if we have 2 instances of
tomcat running. one for ssl and one for non-ssl. 

I told him we have only 1 instance of tomcat running
with a handler that listens for port 443. 

Is that correct? 

Here's the only real change i made to enable ssl. 

        <Connector
className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler" 
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
            <Parameter name="port"   value="8443"/>
            <Parameter name="socketFactory"
value="org.apache.tomcat.net.SSLSocketFactory" />
	    	<Parameter name="keystore" value="C:/stev1" />
	    	<Parameter name="keypass" value="changeit"/>
	    	<Parameter name="clientAuth" value="false"/>
        
		</Connector> 
This is tomcat standalone.

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org