Re: Tomcat caching

2015-11-16 Thread David E. Filip
starlings running correctly right after a server restart. However, if you are not seeing everything clear up after a clean restart of Tomcat, then I’m afraid this is not your problem. On Nov 16, 2015, at 9:48 AM, Daniel Küppers wrote: > > > Am 16.11.2015 um 14:56 schrieb David E. Fil

Re: Tomcat caching

2015-11-16 Thread David E. Filip
In my experience, the most common explanation (but certainly not the only!) for an active webapp to be occasionally and sporadically running extremely slow, but run fine at other times, is running low on heap space. If you have not already, I would suggest checking the Tomcat Server Status app

Re: [PROPOSAL] Tomcat Webinar series

2015-11-12 Thread David E. Filip
I think that is a great idea! Another topic that I would add is clustering and session replication, which I have unfortunately avoided because of the perceived complexity (and instead have relied on cookie sticky to keep a web browser “stuck” to a particular cluster node). I imagine that sessi

http thread shutdown question

2015-11-11 Thread David E. Filip
I have a question about the threads that Tomcat uses for servicing requests. My environment is Tomcat 7.0.55 running on Linux (CentOS 6.5) with Oracle JVM 1.7.0_79. My question is specifically about the threads that Tomcat uses for servicing requests which are named ‘http-bio-{port}-exec-###’,