Hi,
My struts webapp seems to be using up a lot of memory and quite often get OutOfMemory errors or crash Tomcat requiring a restart. How do I go about freeing up memory? I have started by storing as many objects as possible at request scope rather that at session scope, is there any other things I should look out for? Thanks CH