Re: JNDI resourse name value

2022-11-07 Thread Rob Sargent
On 11/7/22 14:26, Christopher Schultz wrote: Rob, On 11/7/22 14:09, Rob Sargent wrote: Are there any semantics to Resourse name attributes? Or is no more or less valid than As far as Tomcat is concerned, it's basically the Wild West. Some other application servers (usually the

Re: JNDI resourse name value

2022-11-07 Thread Christopher Schultz
Rob, On 11/7/22 14:09, Rob Sargent wrote: Are there any semantics to Resourse name attributes? Or is no more or less valid than As far as Tomcat is concerned, it's basically the Wild West. Some other application servers (usually the "enterprise" ones) are super strict about where things

Re: AW: TLS configuration TLS for JMX port

2022-11-07 Thread Christopher Schultz
Markus, On 11/4/22 06:04, Bärtschi, Markus-MGB wrote: On 04/11/2022 08:06, Bärtschi, Markus-MGB wrote: How can I configure TSL for my JMX port without the keystore information showing up on the command line ? Don't use passwords. Rely on operating system file permissions to limit access

JNDI resourse name value

2022-11-07 Thread Rob Sargent
Are there any semantics to Resourse name attributes? Or is no more or less valid than - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

AW: Tomcat 10 with Http2 and compression sometimes causes pages to load partly in FF

2022-11-07 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Mark, > -Ursprüngliche Nachricht- > Von: Mark Thomas > Gesendet: Montag, 7. November 2022 12:43 > An: users@tomcat.apache.org > Betreff: Re: Tomcat 10 with Http2 and compression sometimes causes pages to > load partly in FF > > On 06/11/2022 19:35, Thomas Hoffmann (Speed4Trade

Re: Tomcat 10 with Http2 and compression sometimes causes pages to load partly in FF

2022-11-07 Thread Mark Thomas
On 06/11/2022 19:35, Thomas Hoffmann (Speed4Trade GmbH) wrote: Hello Mark, I found some time for digging into this older topic with the combination http2, Firefox, Compression and only partly loaded pages. I hope I or the topic doesn’t bother you. Not at all. If there is a Tomcat bug here, I

Re: Tomcat 9x NIO connector socket timeout

2022-11-07 Thread Mark Thomas
connectionTimeout and socket.soTimeout are the same attribute. The value used is the most recent one set regardless of which setter was used. For the simple case of blocking read/write then the default timeout will be the same as connectionTimeout. Once you get into async, WebSocket and