Re: Setting a Request Attribute from a custom Realm

2021-04-13 Thread Tim K
On Fri, Apr 9, 2021 at 7:48 AM Tim K wrote: > As mentioned in that url, doing a pre-login of sorts before calling > HttpServletRequest.login() may be a workaround to accomplish this, but > then I would need to call my backend authentication service twice for > each login. > > -Tim I've been looki

Re: ApacheCon @Home 2020 links for the presentations page

2021-04-13 Thread Felix Schumacher
Hi Leon, thanks for the reminder. The pages have been updated Felix Am 13.04.21 um 12:09 schrieb Leon Atherton: > I noticed the presentations page > (https://tomcat.apache.org/presentations.html) does not yet have the > links from ApacheCon @Home 2020. Please find below the HTML that will > corr

ApacheCon @Home 2020 links for the presentations page

2021-04-13 Thread Leon Atherton
I noticed the presentations page (https://tomcat.apache.org/presentations.html) does not yet have the links from ApacheCon @Home 2020. Please find below the HTML that will correct this. I wasn't able to find links to the slides. Whilst you are there, I also noticed the legal page (https://tom

Need help with tomcat access log

2021-04-13 Thread shreya hegde
Hi I have a spring boot application with embedded tomcat which provides logging in access logs.I am using ExtendedAccessLogValve and the pattern is c-ip date time x-P(XX) But i want to log in below format: client_ip:c-ip date time 'GMT' x-P(XX) Basically want to notify the developers on the type

Re: Memory vs. Heap Space

2021-04-13 Thread Mark Thomas
On 13/04/2021 00:11, Jerry Malcolm wrote: I'm getting TC crashes (ver 8.5) with "out of memory" errors. What is the exact error message? There are multiple different problems that all get reported with an OutOfMemoryException and the detail of the exception will tell you (and us) which it is.