> From: tom...@ehome.hu [mailto:tom...@ehome.hu]
> Subject: multiple truststores
>
> People getting a connection through port 443 should only be able to
> use "Web Application 1".
> People getting a connection through port 444 should only be able to
> use "Web Application 2".
> How can i configure
Hi Aron.
You do not need two separate Tomcat instances for this. In your server.xml
file, you'll notice that your HTTPS Connector elements are nested within a
Service element. Also nested within the Service element is an Engine
element that in turn contains your Host(s) and Context(s), like this