Re: Tomcat 10.1.4 HTTP Status 404 and 500 Help

2023-01-10 Thread Christopher Schultz
Anthony, On 1/10/23 13:58, Anthony Dell'Anno wrote: I'm trying to run my first servlet on Tomcat Welcome! and am continually getting an HTTP Status 404 (I've also gotten 500 previously, with the root cause being an apparent compiler mismatch (it would say that it's being compiled by version

Re: Tomcat 10.1.4 HTTP Status 404 and 500 Help

2023-01-10 Thread John Barrow
Hi Anthony, Not an expert, but have managed to deploy simple servlets. A couple of observations, not sure why using ROOT, you should have your own folder for your application (e.g. myFirstApp\...). Also, I have found that the main app folder (e.g. myFirstApp) must start with a lowercase letter (I

RE: Basic SSL Certificate Usage logging

2023-01-10 Thread jonmcalexander
:-) Christopher, This is where my not being a developer really shines out. :-) Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobbleston

Re: Basic SSL Certificate Usage logging

2023-01-10 Thread Christopher Schultz
Jon, On 1/10/23 13:37, jonmcalexan...@wellsfargo.com.INVALID wrote: Ultimately it would be nice to be able to log it in Jason format for ingestion by Elastic or something similar. If you want JSON-formatted logs, then configure JSON-formatted logs. JSON embedded in JSON is a little silly: {

Re: Question about Redisson

2023-01-10 Thread Mark Thomas
Doug, There were a couple of questions in my original response it would be useful to get answers to. Also, Chris's suggesiton to look at org.apache.catalina.connector.RECYCLE_FACADES is a good first step. Note that the value you need for that may not be what you expect. It needs to be "true

Re: Question about Redisson

2023-01-10 Thread Doug Whitfield
First off, thanks for the link. I’m bringing this up with my manager who is much more likely to be able to make some headway with the marketing folks. There’s surely a marketing friendly way to say “Pay for SLA”. > Are you able to reproduce the same problem with a non-Redisson-based > segmented

Tomcat 10.1.4 HTTP Status 404 and 500 Help

2023-01-10 Thread Anthony Dell'Anno
Good afternoon,      I'm trying to run my first servlet on Tomcat, and am continually getting an HTTP Status 404 (I've also gotten 500 previously, with the root cause being an apparent compiler mismatch (it would say that it's being compiled by version 63.0, which is Java 19, but that the latest

RE: Basic SSL Certificate Usage logging

2023-01-10 Thread jonmcalexander
Ultimately it would be nice to be able to log it in Jason format for ingestion by Elastic or something similar. Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastr

RE: Basic SSL Certificate Usage logging

2023-01-10 Thread jonmcalexander
Can we include valid to dates? Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010 Tel 515

Re: Possibilities for fetching config information from Kubernetes

2023-01-10 Thread Christopher Schultz
Mark, Rémy, On 1/10/23 09:58, Rémy Maucherat wrote: On Tue, Jan 10, 2023 at 3:11 PM Christopher Schultz wrote: Mark, On 1/10/23 03:22, Mark Thomas wrote: On 09/01/2023 22:17, Christopher Schultz wrote: All, I'm aware that there is a k8s manager for clustering (CloudMembershipService) but

Re: Basic SSL Certificate Usage logging

2023-01-10 Thread Christopher Schultz
Mark, On 1/10/23 09:22, Mark Thomas wrote: On 10/01/2023 13:52, Christopher Schultz wrote: Jon, On 1/9/23 18:17, jonmcalexan...@wellsfargo.com.INVALID wrote: Yes Chris, It's just for during startup. For a particular instance I would like to capture the Certificate Info and Truststore being us

Re: Possibilities for fetching config information from Kubernetes

2023-01-10 Thread Rémy Maucherat
On Tue, Jan 10, 2023 at 3:11 PM Christopher Schultz wrote: > > Mark, > > On 1/10/23 03:22, Mark Thomas wrote: > > On 09/01/2023 22:17, Christopher Schultz wrote: > >> All, > >> > >> I'm aware that there is a k8s manager for clustering > >> (CloudMembershipService) but I was wondering if / how that

Re: Having two servers and controlling my secondary server with the primary server

2023-01-10 Thread Olaf Kock
On 09.01.23 18:12, Mark Thomas wrote: Your mentor is wrong. Mark To elaborate on that: When one server is down, its configuration will be inactive as well. There's nothing that this non-running server will be able to do for you. You'll need to externalize the decision which server's respon

Re: Basic SSL Certificate Usage logging

2023-01-10 Thread Mark Thomas
On 10/01/2023 13:52, Christopher Schultz wrote: Jon, On 1/9/23 18:17, jonmcalexan...@wellsfargo.com.INVALID wrote: Yes Chris, It's just for during startup. For a particular instance I would like to capture the Certificate Info and Truststore being used and pipe that into a separate log/txt file

Re: Possibilities for fetching config information from Kubernetes

2023-01-10 Thread Christopher Schultz
Mark, On 1/10/23 03:22, Mark Thomas wrote: On 09/01/2023 22:17, Christopher Schultz wrote: All, I'm aware that there is a k8s manager for clustering (CloudMembershipService) but I was wondering if / how that could be extended in order to provide any other types of automated configuration in

Re: Basic SSL Certificate Usage logging

2023-01-10 Thread Christopher Schultz
Jon, On 1/9/23 18:17, jonmcalexan...@wellsfargo.com.INVALID wrote: Yes Chris, It's just for during startup. For a particular instance I would like to capture the Certificate Info and Truststore being used and pipe that into a separate log/txt file. So it sounds like just dumping-out the configur

Re: Problems with requests without trailing slash Tomcat 9.0.65

2023-01-10 Thread Mark Thomas
On 10/01/2023 04:37, Fedor Makarov wrote: Also I tried to write a filter to manually redirect, but tomcat intercepts the request before it gets into the filter. Can I disable this behavior for tomcat and do it manually? That isn't the way to solve this problem. The problem is in the reverse

Re: Possibilities for fetching config information from Kubernetes

2023-01-10 Thread Mark Thomas
On 09/01/2023 22:17, Christopher Schultz wrote: All, I'm aware that there is a k8s manager for clustering (CloudMembershipService) but I was wondering if / how that could be extended in order to provide any other types of automated configuration information for a Tomcat installation. For ex