Hello guys, I have configured SSL on Tomcat following this How-To: https://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html#Introduction_to_SSL
Everything works fine but this certificate is applied on all Tomcat context that reside on webapps folder, my aim is implement different digital cert for each context: https://test.myfirstdomain.com:8080 have digital certificate https://test.myseconddomain.com:8081 must have different digital certificate It is possible without install Apache? Thanks Andrew