RE: Recommendation # webapps

2009-02-13 Thread Caldarale, Charles R
> From: Pieter Temmerman [mailto:ptemmerman@sadiel.es] > Subject: Recommendation # webapps > > The most logical answer would be; Use one Tomcat per webapp, whenever > possible. However, the administration overhead is so much bigger than > using a single Tomcat. Not j

Re: Recommendation # webapps

2009-02-13 Thread Mihamina Rakotomandimby (R12y)
Pieter Temmerman wrote: The most logical answer would be; Use one Tomcat per webapp, whenever possible. However, the administration overhead is so much bigger than using a single Tomcat. And how if each webapp uses a specificity of a special version of Tomcat? If that usecase is not possible, t

Recommendation # webapps

2009-02-13 Thread Pieter Temmerman
Hi list, I realize my question may be very dependent on the environment, requirements and scope, but I was wondering if you guys recommend the use one Tomcat instance per webapp (on the same server), or rather several webapps in one Tomcat? Note that I'm talking about applications in production,