RE: multiple truststores

2009-10-16 Thread Caldarale, Charles R
> 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 &

Re: multiple truststores

2009-10-16 Thread Jason Brittain
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

multiple truststores

2009-10-16 Thread tomcat
Hi all, I am trying to get to work two web applications with client-side SSL Authentication. I have set up two connectors (port 443, 444) each with its own truststore. Everything works fine so far, only the last step is mising. People getting a connection through port 443 should only be able