> From: Greg Johnson [mailto:gre...@yahoo.com] 
> Subject: [Solved] Two SSL certs. for same web app

> I did end up needing to slightly change the Host and Engine 
> declarations to point to 'ip-address-one' in my example.

That change isn't necessary.
 
> <Engine defaultHost="ip-address-one"> <Host name="ip-address-one"> </Host> 

Since you have only one <Host>, the name attribute is irrelevant as long as it 
matches the defaultHost setting in the <Engine>.  The name attribute becomes 
interesting only when there are multiple <Host> elements; Tomcat then uses the 
name to select which <Host> will process a given request.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to