Re: [org.apache.jasper.JasperException: Unable to compile class for JSP] with root cause

2023-03-29 Thread Mark Thomas
Hi, I am unable to reproduce this with a clean build of the current 9.0.x source. I built the sample application without configuring the connection to Azure. Once deployed, it failed with a security permissions error. This has fixed by adding the following to the web application

Re: Can't get RemoteIpValve to work

2023-03-29 Thread Leon Rosenberg
Thanks, yes I think my problem never was with the RemoteIpValve, and the other project I copied configuration from actually didn't work despite me thinking it did ;) kr Leon On Wed, Mar 29, 2023 at 6:45 AM Mark Thomas wrote: > On 28/03/2023 21:08, Leon Rosenberg wrote: > > Sorry it took a

Re: Fail Tomcat if any of the contexts fails?

2023-03-29 Thread Thomas Meyer
Hi, Running Tomcat as pid 1 in k8s pod without readiness probes. Mfg Thomas Am 29. März 2023 10:11:50 MESZ schrieb Kevin Huntly : >So, I don't think there is - and I'm not sure of any servlet container that >does this... what would be the case for it? > >On Wed, Mar 29, 2023, 04:04 Thomas Meyer

OT: RE: [External] Re: Fail Timcat if any of the contexts fails?

2023-03-29 Thread Scott,Tim
Loving the typo in the subject :-). Tim. cc: IT file

Re: Fail Timcat if any of the contexts fails?

2023-03-29 Thread Kevin Huntly
oh, I should mention there is the failCtxIfServletFail ( something like that, I can't remember for sure and it's 4am) but that will only fail the one application with the servlet init failure. I have this set in my global context xml On Wed, Mar 29, 2023, 04:11 Kevin Huntly wrote: > So, I don't

Re: Fail Timcat if any of the contexts fails?

2023-03-29 Thread Kevin Huntly
So, I don't think there is - and I'm not sure of any servlet container that does this... what would be the case for it? On Wed, Mar 29, 2023, 04:04 Thomas Meyer wrote: > Hi, > > Is it possible to shutdown/fail the Tomcat process if any of the deployed > context does fail? > > Mfg > Thomas

Fail Timcat if any of the contexts fails?

2023-03-29 Thread Thomas Meyer
Hi, Is it possible to shutdown/fail the Tomcat process if any of the deployed context does fail? Mfg Thomas