1) Try using a memory profiler.
2) Or install 4 tomcat instances each with its own webapp and see if all 4 die or just one becomes bad. If only one dies- then its webapp code issue. If all four die - it is probably still a webapp issue but its consistent across all 4 of your webapps


-Tim

Jerald Powel wrote:

Hello,

I have 4 apps with different contexts running under the one instance of Tomcat. They run fine, but progessively get slower and slower until a server bounce is necessary. After that point, they run fine until they start to be become progressively slower etc.

The apps all link to each other, after the session is inavalidated (1 session per app). Does any one have experience of a perfomance hit when swapping between contexts/sessions? Each session is not held within a collection.



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



Reply via email to