|
HI Dan,
Even I faced the same problem sometime
ago,
but then i realised that the scope of the JSP which
was session, was actually not required, since I wrapping the variables in to a
stateful session bean. The scope of the jsp page was required only till a
request ends, so I changed that to scope to "request", By this the memory also
got released after every request.
I suppose your situation is also similar to mine,
try this out.
|
- Memory Leak Dan DiCesare
- Re: Memory Leak Suresh
- Re: Memory Leak Mike Clark
- RE: Memory Leak Duffey, Kevin
- RE: Memory Leak Thomas Pridham
- RE: Memory Leak Tim Drury
- RE: Memory Leak Dan DiCesare
