RE: [OT?] caching DB items in startup listener

2021-04-16 Thread Berneburg, Cris J. - US
Hi Chris cb> I was thinking of a servlet request (or something) that is called on cb> startup that could also be called later on-demand(?). cs> How would you trigger that servlet to be called on startup? cs> Some kind of script that does catalina.sh && sleep $time cs> && curl http://example.com/l

Re: [EXTERNAL] Re: tomcat timeout

2021-04-16 Thread Christopher Schultz
Mohamed, On 4/15/21 15:58, Mohamed Eliyas Abdul Kadar wrote: Using chrome browser, I am accessing a web application which is making a database call. The database call is taking more than 2 mins , but the request time outs at 50 seconds. Is there a way to increase this timeout. Your browser is ti

AJP and stunnel

2021-04-16 Thread Christopher Schultz
All, I'm trying to understand an odd issue I'm observing with stunnel which is proxying 4 separate AJP connections between my web server and my Tomcat server. Note that there doesn't seem to be any interruption in service or anything. It's just bothering my brain that I'm getting these log

Re: [EXTERNAL] Re: tomcat timeout

2021-04-16 Thread Mark H. Wood
On Thu, Apr 15, 2021 at 08:25:12PM +, Mohamed Eliyas Abdul Kadar wrote: > I am generating report for a year, normally this takes 5 mins on weblogic > server. We are migrating to tomcat and it does not show any error. In > developer tools I see timeout for that request. I faced a similar issu