> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Subject: RE: Tomcat 6.0 always uses default host in multi-host config > > Now that I got how useIPVhosts works (probably), did you see any > drawbacks to setting up multiple <Services> to achieve what the > original poster was going for, i.e. multiple hosts with unique > SSL certificates?
There would be a fair amount of resource duplication, including such things as the thread pools, since each <Service> requires its own <Executor>. The thread sizing especially has impacts on the process space the OS allocates for the JVM, and may be constrained by other limits imposed by the OS. I still don't see an advantage of multiple <Service> elements over multiple <Host>s (and <Connector>s, if needed) within one <Service>. - 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