Howdy,
That's correct.  One JVM = one instance, no matter how many connectors /
ports that instance is listening on.  That's the conventional
definition.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: stev sutherland [mailto:[EMAIL PROTECTED]
>Sent: Thursday, March 27, 2003 6:07 PM
>To: Tomcat Users List
>Subject: 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: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to