Check your tomcat server config.  You might have a goofy session
limit.  Also check the session timeout setting.  Hopefully you've
already logged into your admin app for tomcat.  That will at least
show you how many sessions you have active in your webapp.

Another idea, Install HttpWatch for your browser, and take a look at
what happens with the request. Is your request re-directed, time
out?.. what happens?  This will help you trouble shoot more accurately
what's happening between the browser and the server.



On Nov 9, 2007 7:28 AM, John Kwon <[EMAIL PROTECTED]> wrote:
> Our app seems to run just fine on Tomcat 6/Java 6 for about 20 users for
> around 10 minutes, and then Tomcat just stops serving requests.
>
> After about 10 minutes, it resumes as though nothing ever happened.
>
> We tried this on Java 5, Tomcat 5, and we had the same problem.
>
> It isn't the displaytag (huge list) problem mentioned in another appfuse
> thread - we're not displaying any huge lists (no more than 20 items, with 5
> columns).
>
> No database contention, nothing that shows in the logs.  We thought it might
> be gc'ing, but it's just not using that much memory.
>
> Does anyone have any ideas?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to