RE: TLS configuration with multiple web apps

2010-08-30 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: TLS configuration with multiple web apps > Maybe also to point out a side-effect of multiple connectors > (and/or multiple tomcats) : > it also means that each site/application would need a different > port numbe

Re: TLS configuration with multiple web apps

2010-08-30 Thread André Warnier
Maybe also to point out a side-effect of multiple connectors (and/or multiple tomcats) : it also means that each site/application would need a different port number also. Jamie wrote: Hi Mark Thanks for the clarification. Makes sense. Since ISP's are typically cost sensitive, each instance s

Re: TLS configuration with multiple web apps

2010-08-30 Thread Jamie
Hi Mark Thanks for the clarification. Makes sense. Since ISP's are typically cost sensitive, each instance should consume a minimal amount of resources.. i.e. memory footprint, etc. Is there alot extra overhead in the architecture you describe? Jamie On 2010/08/30 6:02 PM, Mark Thomas wrote

RE: TLS configuration with multiple web apps

2010-08-30 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: TLS configuration with multiple web apps > To do what you want to do sounds like you'll need one > connector per webapp which equates to one service + > connector + engine + host per web app. Or perhaps one Tomc

Re: TLS configuration with multiple web apps

2010-08-30 Thread Mark Thomas
On 30/08/2010 16:58, Jamie wrote: > Hi There > > Our deployment of Tomcat has several web applications, each with their > own cert store. Each web app has a GUI for creating cert requests and > importing certs. we need to configure Tomcat's TLS capability such that > it will authenticate with each