I wish configure 2 virtual hosts both are different domain names. It's
necessary to configure for bout 2 different ssl certificates. It seems
like with current server.xml structure it is only one way: create 2
Connectors on 2 different PORT's, which it seems hit by overall server
performance. More probable this means we should change XML hierarchy
structure.
<Connector port="443"
protocol="org.apache.coyote.http11.Http11Nio2Protocol" maxThreads="350"
SSLEnabled="true" scheme="https" secure="true" clientAuth="false"
sslProtocol="TLS" keystoreFile=".../keyHere.key" keystorePass="secret"/>
Any ideas, any solutions?
Thank you in advance,
S.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org