Re: Number of Web Applications in one Tomcat: THANKS!

2018-11-01 Thread Igal Sapir
Chris, On Thu, Nov 1, 2018 at 10:13 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > > On 11/1/18 12:06, Igal Sapir wrote: > > On Thu, Nov 1, 2018 at 7:39 AM André Warnier (tomcat) > > wrote: > > > >> On 01.11.2018 14:51, Christopher Schultz wrote: > >>> We assign each dev a

Re: Number of Web Applications in one Tomcat: THANKS!

2018-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igal, On 11/1/18 12:06, Igal Sapir wrote: > On Thu, Nov 1, 2018 at 7:39 AM André Warnier (tomcat) > wrote: > >> On 01.11.2018 14:51, Christopher Schultz wrote: >>> We assign each dev a number and each application a number. Each >>> pair of

Re: Number of Web Applications in one Tomcat: THANKS!

2018-11-01 Thread Igal Sapir
On Thu, Nov 1, 2018 at 7:39 AM André Warnier (tomcat) wrote: > On 01.11.2018 14:51, Christopher Schultz wrote: > > We assign each dev a number and each application a number. Each pair > > of dev+app yields an actual port number. This works great in > > development so nobody ever steps on

Re: Number of Web Applications in one Tomcat: THANKS!

2018-11-01 Thread tomcat
On 01.11.2018 14:51, Christopher Schultz wrote: We assign each dev a number and each application a number. Each pair of dev+app yields an actual port number. This works great in development so nobody ever steps on anyone's toes. In other environments (test, prod, etc.) there is only ever one

Re: Number of Web Applications in one Tomcat: THANKS!

2018-11-01 Thread Christopher Schultz
ies are typically very environment-specific. - -chris > -Original Message- From: Christopher Schultz > Sent: Wednesday, October 31, 2018 > 9:29 AM To: users@tomcat.apache.org Subject: Re: Number of Web > Applications in one Tomcat: THANKS! > > Guido, > > On 10

RE: Number of Web Applications in one Tomcat: THANKS!

2018-10-31 Thread George Stanchev
such as SSL, JNDI configuration, etc? Any blogs to such approach? -Original Message- From: Christopher Schultz Sent: Wednesday, October 31, 2018 9:29 AM To: users@tomcat.apache.org Subject: Re: Number of Web Applications in one Tomcat: THANKS! -BEGIN PGP SIGNED MESSAGE- Hash: SHA256

Re: Number of Web Applications in one Tomcat: THANKS!

2018-10-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Guido, On 10/31/18 05:14, Jäkel, Guido wrote: >> Has anyone ever attacked one of your web applications? There are >> some fun ways to make an application use a huge amount of memory. >> Just because the applications themselves are behaving doesn't

Re: Number of Web Applications in one Tomcat: THANKS!

2018-10-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tarek, On 10/31/18 03:19, Ahmed, Tarek wrote: > Christopher, > > Am 30.10.18 um 18:30 schrieb Christopher Schultz: > >> Has anyone ever attacked one of your web applications? There are >> some fun ways to make an application use a huge amount of

RE: Number of Web Applications in one Tomcat: THANKS!

2018-10-31 Thread Jäkel , Guido
>Has anyone ever attacked one of your web applications? There are some >fun ways to make an application use a huge amount of memory. Just >because the applications themselves are behaving doesn't mean that all >the users are behaving. > >For example, do you have a max POST size set for your

Re: Number of Web Applications in one Tomcat: THANKS!

2018-10-31 Thread Ahmed, Tarek
Christopher, Am 30.10.18 um 18:30 schrieb Christopher Schultz: > Has anyone ever attacked one of your web applications? There are some > fun ways to make an application use a huge amount of memory. Just > because the applications themselves are behaving doesn't mean that all > the users are

Re: Number of Web Applications in one Tomcat: THANKS!

2018-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tarek, On 10/30/18 03:13, Ahmed, Tarek wrote: > Thanks for your input! > > To summarize: Most of us seem to prefer not to have too many web > applications running in one tomcat instance. If, however, it is > possible to run a tomcat with many

[OT] Re: Number of Web Applications in one Tomcat: THANKS!

2018-10-30 Thread tomcat
On 30.10.2018 08:13, Ahmed, Tarek wrote: Thanks for your input! To summarize: Most of us seem to prefer not to have too many web applications running in one tomcat instance. If, however, it is possible to run a tomcat with many applications in a stable way it reduces administrative overhead to

Re: Number of Web Applications in one Tomcat: THANKS!

2018-10-30 Thread Ahmed, Tarek
Thanks for your input! To summarize: Most of us seem to prefer not to have too many web applications running in one tomcat instance. If, however, it is possible to run a tomcat with many applications in a stable way it reduces administrative overhead to do so. The prerequisites for this are that