Re: Number of Web Applications in one Tomcat

2018-10-29 Thread Igal Sapir
Tarek, On 10/29/2018 2:04 AM, Leon Rosenberg wrote: Clearly one webapp per tomcat. Makes everything easier. Also, if your apps aren't really tiny, the memory overhead of tomcat is minimal compared to the advantages. +1 On 10/29/2018 6:39 AM, Christopher Schultz wrote: I usually deploy one

Tomcat 9.0.10 embedded jars cause Bootstrap Glyphicons to not display

2018-10-29 Thread zmacomber
I'm testing my company's web application using the Tomcat 9.0.10 embedded jars. I'm running tests on my Ubuntu 18.04 development machine. We have been successfully using the 8.5.x embedded jars in production. When we attempt to use the 9.0.x jars (in our specific case 9.0.10 but we have

Re: HTTP/2 SETTINGS Parameters and WINDOW_UPDATE : Tomcat:9.0.11

2018-10-29 Thread Mark Thomas
Sending a private email to an individual to try and elicit a response is not viewed as acceptable behaviour on this list. Speaking personally, it will not cause me to answer a question any faster. At best, I'll answer when I'm ready. Catch me in a bad mood and I may choose not to answer at

Re: Tomcat embedded with Apache Solr

2018-10-29 Thread Woonsan Ko
On Sat, Oct 27, 2018 at 1:29 AM Igal Sapir wrote: > > Woonsan, > > On Fri, Oct 26, 2018 at 2:54 PM Woonsan Ko wrote: > > > Not sure if it helps, but I've spent some hours to test it out for my > > curiosity. Embedding tomcat v9 with an example servlet is simple > > enough, but it's not working

[OT] Are we allowed to joke and ask when users@tomcat.apache.org will be bought for billions of dollars like GitHub or RedHat?

2018-10-29 Thread Louis Zipes
: ) --- CONFIDENTIALITY NOTICE: This message is for intended addressee(s) only and may contain information that is confidential, proprietary or exempt from disclosure. If you are not the intended recipient, please contact the sender immediately.

Re: tomcat 8.5.29 AJP connector setup

2018-10-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jose, On 10/28/18 04:19, Jose Torres wrote: > I hit enter too soon, but I want to know what other people use > when configuring tomcat AJP connector, I provided an example of > what I use. I am running following, tomcat 8.5.29 / apache 2.4.29 / >

Re: Number of Web Applications in one Tomcat

2018-10-29 Thread Mark H. Wood
On Mon, Oct 29, 2018 at 09:00:27AM +0100, Ahmed, Tarek wrote: > TLDR? Do you deploy one web application per tomcat instance or several? We have one production host with several related webapp.s in a single Tomcat instance, and another production host with three instances of that same single

Re: Number of Web Applications in one Tomcat

2018-10-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tarek, On 10/29/18 04:00, Ahmed, Tarek wrote: > Hi all, > > TLDR? Do you deploy one web application per tomcat instance or > several? I usually deploy one webapp per JVM/tomcat instance. I do this so that a problem in one webapp doesn't take-down

Re: Question regarding CVE-2018-11784

2018-10-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yoli, On 10/29/18 08:18, Mark Thomas wrote: > On 29/10/18 11:29, Yoli Mana wrote: >> Hi All, >> >> Looking at the description of the below vulnerability. It is not >> clear to me if this is only relevant to those who use Tomcat for >> serving

RE: HTTP/2 SETTINGS Parameters and WINDOW_UPDATE : Tomcat:9.0.11

2018-10-29 Thread S Abirami
Hi Mark, Thanks for response . Please confirm whether Windows_Update has Window Size Increment (31) is configurable in Tomcat. SETTINGS_MAX_FRAME_SIZE : Whether this param is configurable in Tomcat and what is the default value. Regards, Abirami.S -Original Message- From: Mark

Re: HTTP/2 SETTINGS Parameters and WINDOW_UPDATE : Tomcat:9.0.11

2018-10-29 Thread Mark Thomas
On 29/10/18 06:21, S Abirami wrote: > Hi Mark Thomas, > > Thanks for response. > > Need input on the below param > > SETTINGS_MAX_FRAME_SIZE : > Windows_Update has Window Size Increment (31) ,please share the default > value in Tomcat. 16k > Please confirm the below of my assumption for

Re: Question regarding CVE-2018-11784

2018-10-29 Thread Mark Thomas
On 29/10/18 11:29, Yoli Mana wrote: > Hi All, > > Looking at the description of the below vulnerability. It is not clear to > me if this is only relevant to those who use Tomcat for serving static > files (since they are talking about directory redirection). > If our Tomcat instance is used only

Re: Number of Web Applications in one Tomcat

2018-10-29 Thread Ahmed, Tarek
sorry, didn't send this to the list, but to mark's address, t. Am 29.10.18 um 10:18 schrieb Mark Thomas: > On 29/10/18 08:00, Ahmed, Tarek wrote: > >> DEV (one webapp per tomcat) >> >> - Start-up time of "fat tomcats" multiplies, which leads to worsened >> availablity (e.g., our fattest tomcat

Question regarding CVE-2018-11784

2018-10-29 Thread Yoli Mana
Hi All, Looking at the description of the below vulnerability. It is not clear to me if this is only relevant to those who use Tomcat for serving static files (since they are talking about directory redirection). If our Tomcat instance is used only to serve dynamic content, is the vulnerability

Re: Number of Web Applications in one Tomcat

2018-10-29 Thread Mark Thomas
On 29/10/18 08:00, Ahmed, Tarek wrote: > Hi all, > > TLDR? Do you deploy one web application per tomcat instance or several? No firm opinion one way or the other, just some commentary. > --- > > The long story: > > I'd like to sound out your opinion regarding the number of

Re: Number of Web Applications in one Tomcat

2018-10-29 Thread Olaf Kock
On 29.10.18 09:00, Ahmed, Tarek wrote: TLDR? Do you deploy one web application per tomcat instance or several? As you list the arguments quite well, I'd add my answer "it depends": General rule of thumb, to be executed in that order: If they're too few applications to worry about (and if

Re: Number of Web Applications in one Tomcat

2018-10-29 Thread Leon Rosenberg
Clearly one webapp per tomcat. Makes everything easier. Also, if your apps aren't really tiny, the memory overhead of tomcat is minimal compared to the advantages. Leon On Mon, Oct 29, 2018 at 9:00 AM Ahmed, Tarek wrote: > Hi all, > > TLDR? Do you deploy one web application per tomcat instance

RE: Number of Web Applications in one Tomcat

2018-10-29 Thread PURVIS, Robert (NHS DIGITAL)
We have had a single tomcat with multiple applications (10 or more) for many years (since 2002), and are now separating them. The main reason being that when one application crashes it can bring down the whole tomcat (e.g. oom errors). Robert Purvis

Number of Web Applications in one Tomcat

2018-10-29 Thread Ahmed, Tarek
Hi all, TLDR? Do you deploy one web application per tomcat instance or several? --- The long story: I'd like to sound out your opinion regarding the number of web applications deployed in one tomcat instance. The reason is, that at my place of work the developers prefer one

RE: HTTP/2 SETTINGS Parameters and WINDOW_UPDATE : Tomcat:9.0.11

2018-10-29 Thread S Abirami
Hi Mark Thomas, Thanks for response. Need input on the below param SETTINGS_MAX_FRAME_SIZE : Windows_Update has Window Size Increment (31) ,please share the default value in Tomcat. Please confirm the below of my assumption for the Setting parameter and Windows_Update is correct