On Sat, Jun 4, 2016 at 12:00 PM, Jerry Malcolm
wrote:
> I am calling a JSP to start a fairly long-running process in Tomcat. I'm
> not using the page response data. The JSP is simply a way to initiate the
> process. The JSP simply returns "OK" or "RC=". However, mod_jk gets
> impatient, and af
I am calling a JSP to start a fairly long-running process in Tomcat.
I'm not using the page response data. The JSP is simply a way to
initiate the process. The JSP simply returns "OK" or "RC=". However,
mod_jk gets impatient, and after about 5 minutes, it decides to send the
request to Tomca
Hi Chris,
Thanks for the help. I don't see any OOME around this time.
Before restarting I collected the heap and thread dumps. Looking at one of
the thread dumps, I see the ContainerBackgroundProcessor (below). So looks
like that thread didn't die entirely, may be it just stopped working ?
*"Cont
Am Mittwoch, den 01.06.2016, 09:29 -0400 schrieb Christopher Schultz:
> Thomas,
>
> On 6/1/16 7:15 AM, Thomas Meyer wrote:
> >
> > Hi,
> >
> > How do I get a custom mapping set in
> > ContextConfig.setCustomAuthenticators? (
> > https://tomcat.apache.org/tomcat-8.0-doc/api/org/apache/catalina/
thanks for help - but, are you really sure?
if i
- set development=false
- delete everything within work subdir to force recompile of every jsp
then for me, the initial crawl makes jvm consume the same amount of memory
regardless development true or false - and thats what i'm wondering about.